提交 989c0f0e 编写于 作者: J Jan Kiszka 提交者: Avi Kivity

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: NJan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 e9a999fe
...@@ -239,8 +239,6 @@ struct kvm_vm_data { ...@@ -239,8 +239,6 @@ struct kvm_vm_data {
struct kvm; struct kvm;
struct kvm_vcpu; struct kvm_vcpu;
struct kvm_guest_debug{
};
struct kvm_mmio_req { struct kvm_mmio_req {
uint64_t addr; /* physical address */ uint64_t addr; /* physical address */
......
...@@ -200,10 +200,4 @@ struct kvm_vcpu_arch { ...@@ -200,10 +200,4 @@ struct kvm_vcpu_arch {
unsigned long pending_exceptions; unsigned long pending_exceptions;
}; };
struct kvm_guest_debug {
int enabled;
unsigned long bp[4];
int singlestep;
};
#endif /* __POWERPC_KVM_HOST_H__ */ #endif /* __POWERPC_KVM_HOST_H__ */
...@@ -21,9 +21,6 @@ ...@@ -21,9 +21,6 @@
/* memory slots that does not exposed to userspace */ /* memory slots that does not exposed to userspace */
#define KVM_PRIVATE_MEM_SLOTS 4 #define KVM_PRIVATE_MEM_SLOTS 4
struct kvm_guest_debug {
};
struct sca_entry { struct sca_entry {
atomic_t scn; atomic_t scn;
__u64 reserved; __u64 reserved;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册