commit | 7725b89414836df492d6222b1d3cacb0ca576d77 | [log] [tgz] |
---|---|---|
author | Dongxiao Xu <dongxiao.xu@intel.com> | Tue May 11 18:29:38 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:35:41 2010 +0300 |
tree | 1e96bbd57950801e6f8396752cb8bff2fc2a8ffa | |
parent | 6859762e8ae32ec258a671faf5c9fef07b25b83f [diff] |
KVM: VMX: Define new functions to wrapper direct call of asm code Define vmcs_load() and kvm_cpu_vmxon() to avoid direct call of asm code. Also move VMXE bit operation out of kvm_cpu_vmxoff(). Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>