diff options
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index c9cc9596e1a6..c0e66dd58a47 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -3352,6 +3352,7 @@ static int handle_invalid_guest_state(struct kvm_vcpu *vcpu) | |||
3352 | kvm_report_emulation_failure(vcpu, "emulation failure"); | 3352 | kvm_report_emulation_failure(vcpu, "emulation failure"); |
3353 | vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR; | 3353 | vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR; |
3354 | vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_EMULATION; | 3354 | vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_EMULATION; |
3355 | vcpu->run->internal.ndata = 0; | ||
3355 | ret = 0; | 3356 | ret = 0; |
3356 | goto out; | 3357 | goto out; |
3357 | } | 3358 | } |