]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROL
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Wed, 9 Sep 2015 06:05:56 +0000 (14:05 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Oct 2015 13:06:40 +0000 (15:06 +0200)
commitd8491a08828d900f4f10d1a78d6014384a753607
treea0566e6fddde053d3d1224d48253fce5989e3a9c
parent21a8dd6e4c594f510aba52cf537ff4e4bf26077b
KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROL

Use vmcs_set_bits() and vmcs_clear_bits() to clean up the code

Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c