]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
KVM: Remove old kvm_guest_debug structs
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 18 Dec 2008 11:33:18 +0000 (12:33 +0100)
committerAvi Kivity <avi@redhat.com>
Thu, 18 Dec 2008 11:39:49 +0000 (13:39 +0200)
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>
arch/ia64/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_host.h
arch/s390/include/asm/kvm_host.h

index 420a2b25a955fc4f24180b1b154b2ba1e2641c59..90b3d95660d744b75987cec9367ce564126233aa 100644 (file)
@@ -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            */
index c1e436fe7738c8685d021453c699fed6a7729003..a22600537a8cf868236a9caa1eaa288156233a9c 100644 (file)
@@ -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__ */
index 3c55e4107dcc1864f232aff79d7e8d6b726ca084..c6e674f5fca9f6eca174785dc599f040f926784b 100644 (file)
@@ -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;