浏览代码

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>
Jan Kiszka 16 年之前
父节点
当前提交
989c0f0ed5
共有 3 个文件被更改,包括 0 次插入11 次删除
  1. 0 2
      arch/ia64/include/asm/kvm_host.h
  2. 0 6
      arch/powerpc/include/asm/kvm_host.h
  3. 0 3
      arch/s390/include/asm/kvm_host.h

+ 0 - 2
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		*/

+ 0 - 6
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__ */

+ 0 - 3
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;