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>
This commit is contained in:
Nitin A Kamble
2009-06-04 15:04:08 -07:00
committed by Avi Kivity
parent 20f65983e3
commit 56b237e31a
2 changed files with 15 additions and 15 deletions

View File

@ -335,7 +335,7 @@ struct kvm_vcpu_arch {
} interrupt;
struct {
int active;
int vm86_active;
u8 save_iopl;
struct kvm_save_segment {
u16 selector;