]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
authorJim Mattson <jmattson@google.com>
Wed, 30 May 2018 23:00:02 +0000 (16:00 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 15 Jul 2018 14:29:48 +0000 (16:29 +0200)
commitee7edbee5c8d6819109f34d376385e30f0b09d85
tree78498b359a2dda30cab2b18fdc99b026566dcf74
parent83689f8ee1c1147a1f95309b8cf74bb609bfcb51
kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading

This exit qualification was inadvertently dropped when the two
VM-entry failure blocks were coalesced.

Fixes: b1e3b848618b ("X86/KVM: Properly update 'tsc_offset' to represent the running guest")
Signed-off-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c