summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kiszka2008-12-18 12:33:18 +0100
committerAvi Kivity2009-03-24 10:02:50 +0100
commit989c0f0ed56468a4aa48711cef5acf122a40d1dd (patch)
treec5a4ed602436d79a8fcb69e8300758c74d047dd1
parentKVM: ia64: stack get/restore patch (diff)
downloadkernel-qcow2-linux-989c0f0ed56468a4aa48711cef5acf122a40d1dd.tar.gz
kernel-qcow2-linux-989c0f0ed56468a4aa48711cef5acf122a40d1dd.tar.xz
kernel-qcow2-linux-989c0f0ed56468a4aa48711cef5acf122a40d1dd.zip
KVM: Remove old kvm_guest_debug structs
Remove the remaining arch fragments of the old guest debug interface that now break non-x86 builds. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>
-rw-r--r--arch/ia64/include/asm/kvm_host.h2
-rw-r--r--arch/powerpc/include/asm/kvm_host.h6
-rw-r--r--arch/s390/include/asm/kvm_host.h3
3 files changed, 0 insertions, 11 deletions
diff --git a/arch/ia64/include/asm/kvm_host.h b/arch/ia64/include/asm/kvm_host.h
index 7da0c0963226..46f8b0eb5684 100644
--- a/arch/ia64/include/asm/kvm_host.h
+++ b/arch/ia64/include/asm/kvm_host.h
@@ -239,8 +239,6 @@ struct kvm_vm_data {
struct kvm;
struct kvm_vcpu;
-struct kvm_guest_debug{
-};
struct kvm_mmio_req {
uint64_t addr; /* physical address */
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h
index c1e436fe7738..a22600537a8c 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -200,10 +200,4 @@ struct kvm_vcpu_arch {
unsigned long pending_exceptions;
};
-struct kvm_guest_debug {
- int enabled;
- unsigned long bp[4];
- int singlestep;
-};
-
#endif /* __POWERPC_KVM_HOST_H__ */
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h
index 3c55e4107dcc..c6e674f5fca9 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -21,9 +21,6 @@
/* memory slots that does not exposed to userspace */
#define KVM_PRIVATE_MEM_SLOTS 4
-struct kvm_guest_debug {
-};
-
struct sca_entry {
atomic_t scn;
__u64 reserved;