Re: [PATCH KVM VMX 1/2] KVM: VMX: Rename rmode.active to rmode.vm86_active

2009-06-07 Thread Avi Kivity
Nitin A Kamble wrote: That way the interpretation of rmode.active becomes more clear with unrestricted guest code. Applied, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. -- To unsubscribe from this list: send the line unsubscribe kvm in the

[PATCH KVM VMX 1/2] KVM: VMX: Rename rmode.active to rmode.vm86_active

2009-06-04 Thread Nitin A Kamble
That way the interpretation of rmode.active becomes more clear with unrestricted guest code. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- arch/x86/include/asm/kvm_host.h |2 +- arch/x86/kvm/vmx.c | 28 ++-- 2 files changed, 15