commit | cd232ad02f00286c3f8c9df30948da17212ef905 | [log] [tgz] |
---|---|---|
author | Nadav Har'El <nyh@il.ibm.com> | Wed May 25 23:10:33 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:15 2011 +0300 |
tree | f09e56976cadce581f89ad341b2cbb43a936ccfe | |
parent | fe3ef05c7572d68721c1ddd4d36009611f565ba2 [diff] |
KVM: nVMX: Implement VMLAUNCH and VMRESUME Implement the VMLAUNCH and VMRESUME instructions, allowing a guest hypervisor to run its own guests. This patch does not include some of the necessary validity checks on vmcs12 fields before the entry. These will appear in a separate patch below. Signed-off-by: Nadav Har'El <nyh@il.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>