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)
commit0b88abdc3f964c28ec03bc69eb17cb6b3b034564
tree78498b359a2dda30cab2b18fdc99b026566dcf74
parentb062b794c7831a70bda4dfac202c1a9418e06ac0
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: e79f245ddec1 ("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