commit | 20b97feaf615da2c43361e1dda7efd068a4446ef | [log] [tgz] |
---|---|---|
author | Abel Gordon <abelg@il.ibm.com> | Thu Apr 18 14:36:25 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Mon Apr 22 10:51:44 2013 +0300 |
tree | 74976cbba36be27a16cfd8b13ccc7fe17b6abf4c | |
parent | 4607c2d7a2ee90707de2b3b37e4d9156e05cdf29 [diff] |
KVM: nVMX: Refactor handle_vmwrite Refactor existent code so we re-use vmcs12_write_any to copy fields from the shadow vmcs specified by the link pointer (used by the processor, implementation-specific) to the VMCS12 software format used by L0 to hold the fields in L1 memory address space. Signed-off-by: Abel Gordon <abelg@il.ibm.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>