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:
committed by
Avi Kivity
parent
20f65983e3
commit
56b237e31a
@ -335,7 +335,7 @@ struct kvm_vcpu_arch {
|
||||
} interrupt;
|
||||
|
||||
struct {
|
||||
int active;
|
||||
int vm86_active;
|
||||
u8 save_iopl;
|
||||
struct kvm_save_segment {
|
||||
u16 selector;
|
||||
|
Reference in New Issue
Block a user