diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2008-12-18 11:33:18 (GMT) |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 09:02:50 (GMT) |
commit | 989c0f0ed56468a4aa48711cef5acf122a40d1dd (patch) | |
tree | c5a4ed602436d79a8fcb69e8300758c74d047dd1 /arch/ia64/include/asm/kvm_host.h | |
parent | e9a999fe1feaddb71bffbacbbd68e0da8ca8b50b (diff) | |
download | linux-fsl-qoriq-989c0f0ed56468a4aa48711cef5acf122a40d1dd.tar.xz |
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/ia64/include/asm/kvm_host.h')
-rw-r--r-- | arch/ia64/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/kvm_host.h b/arch/ia64/include/asm/kvm_host.h index 7da0c09..46f8b0e 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 */ |