commit | 49f705c5324aa13bb5623b392c23996e23eabc23 | [log] [tgz] |
---|---|---|
author | Nadav Har'El <nyh@il.ibm.com> | Wed May 25 23:08:30 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:14 2011 +0300 |
tree | 3b9ad512eb7d63f1d7a2b60d2671a963c632397c | |
parent | 6a4d7550601b5b17df227959bdbec208384f729c [diff] |
KVM: nVMX: Implement VMREAD and VMWRITE Implement the VMREAD and VMWRITE instructions. With these instructions, L1 can read and write to the VMCS it is holding. The values are read or written to the fields of the vmcs12 structure introduced in a previous patch. Signed-off-by: Nadav Har'El <nyh@il.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>