commit | ec378aeef9dfc7c4ba72e9bd6cd4bd6f7d5fd0cc | [log] [tgz] |
---|---|---|
author | Nadav Har'El <nyh@il.ibm.com> | Wed May 25 23:02:54 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:09 2011 +0300 |
tree | d6ae108db5cae27c7b07fa16f78c5eaafa2096d9 | |
parent | 801d342432190947928e18f893f073fd87cd8bdf [diff] |
KVM: nVMX: Implement VMXON and VMXOFF This patch allows a guest to use the VMXON and VMXOFF instructions, and emulates them accordingly. Basically this amounts to checking some prerequisites, and then remembering whether the guest has enabled or disabled VMX operation. Signed-off-by: Nadav Har'El <nyh@il.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>