diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2008-12-18 06:33:18 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:02:50 -0400 |
commit | 989c0f0ed56468a4aa48711cef5acf122a40d1dd (patch) | |
tree | c5a4ed602436d79a8fcb69e8300758c74d047dd1 /arch | |
parent | e9a999fe1feaddb71bffbacbbd68e0da8ca8b50b (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/include/asm/kvm_host.h | 2 | ||||
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 6 | ||||
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 3 |
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 { | |||
239 | 239 | ||
240 | struct kvm; | 240 | struct kvm; |
241 | struct kvm_vcpu; | 241 | struct kvm_vcpu; |
242 | struct kvm_guest_debug{ | ||
243 | }; | ||
244 | 242 | ||
245 | struct kvm_mmio_req { | 243 | struct kvm_mmio_req { |
246 | uint64_t addr; /* physical address */ | 244 | 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 { | |||
200 | unsigned long pending_exceptions; | 200 | unsigned long pending_exceptions; |
201 | }; | 201 | }; |
202 | 202 | ||
203 | struct kvm_guest_debug { | ||
204 | int enabled; | ||
205 | unsigned long bp[4]; | ||
206 | int singlestep; | ||
207 | }; | ||
208 | |||
209 | #endif /* __POWERPC_KVM_HOST_H__ */ | 203 | #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 @@ | |||
21 | /* memory slots that does not exposed to userspace */ | 21 | /* memory slots that does not exposed to userspace */ |
22 | #define KVM_PRIVATE_MEM_SLOTS 4 | 22 | #define KVM_PRIVATE_MEM_SLOTS 4 |
23 | 23 | ||
24 | struct kvm_guest_debug { | ||
25 | }; | ||
26 | |||
27 | struct sca_entry { | 24 | struct sca_entry { |
28 | atomic_t scn; | 25 | atomic_t scn; |
29 | __u64 reserved; | 26 | __u64 reserved; |