aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2009-06-09 07:10:45 -0400
committerAvi Kivity <avi@redhat.com>2009-09-10 01:32:50 -0400
commit7ffd92c53c5ebd0ad5a68ac3ca033c3a06374d19 (patch)
treec6107ada98bd730a8d681b3cd8c35e1582a6b5fd /arch/x86/include/asm/kvm_host.h
parent6a4a98397331723dce25a7537270548d91523431 (diff)
KVM: VMX: Move rmode structure to vmx-specific code
rmode is only used in vmx, so move it to vmx.c Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r--arch/x86/include/asm/kvm_host.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index a1a96a57bb9d..c7b0cc2b7020 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -340,16 +340,6 @@ struct kvm_vcpu_arch {
340 u8 nr; 340 u8 nr;
341 } interrupt; 341 } interrupt;
342 342
343 struct {
344 int vm86_active;
345 u8 save_iopl;
346 struct kvm_save_segment {
347 u16 selector;
348 unsigned long base;
349 u32 limit;
350 u32 ar;
351 } tr, es, ds, fs, gs;
352 } rmode;
353 int halt_request; /* real mode on Intel only */ 343 int halt_request; /* real mode on Intel only */
354 344
355 int cpuid_nent; 345 int cpuid_nent;