commit | 587d7e72aedca91cee80c0a56811649c3efab765 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Thu Mar 02 12:41:48 2017 -0800 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Mon Mar 06 17:31:29 2017 +0100 |
tree | 76df3d577707dd01e65392838f31b783588f6a7e | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 [diff] |
kvm: nVMX: VMCLEAR should not cause the vCPU to shut down VMCLEAR should silently ignore a failure to clear the launch state of the VMCS referenced by the operand. Signed-off-by: Jim Mattson <jmattson@google.com> [Changed "kvm_write_guest(vcpu->kvm" to "kvm_vcpu_write_guest(vcpu".] Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>