diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2009-06-04 15:04:08 -0700 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 11:49:00 +0300 |
commit | 56b237e31abf4d6dbc6e2a0214049b9a23be4883 (patch) | |
tree | 92a50055512d6b95331bae708de740631a04322b /arch/x86/include/asm | |
parent | 20f65983e30f222e5383f77206e3f571d1d64610 (diff) |
KVM: VMX: Rename rmode.active to rmode.vm86_active
That way the interpretation of rmode.active becomes more clear with
unrestricted guest code.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 82129437e87..eabdc1cfab5 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -335,7 +335,7 @@ struct kvm_vcpu_arch { } interrupt; struct { - int active; + int vm86_active; u8 save_iopl; struct kvm_save_segment { u16 selector; |