commit | 858e25c06fb0bc4b39b2f01c14c990348e3a9b67 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Wed Nov 30 12:03:47 2016 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 15 14:56:36 2017 +0100 |
tree | cbd73f2124b4fbb40dc137a150ca8caf43443df5 | |
parent | ca0bde28f2ed66c2229ecfb7f4bfa0defa3da4b5 [diff] |
kvm: nVMX: Refactor nested_vmx_run() Nested_vmx_run is split into two parts: the part that handles the VMLAUNCH/VMRESUME instruction, and the part that modifies the vcpu state to transition from VMX root mode to VMX non-root mode. The latter will be used when restoring the checkpointed state of a vCPU that was in VMX operation when a snapshot was taken. Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>