aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r--arch/x86/kvm/vmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 7623eb7b68d5..816d23185fb8 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -2687,6 +2687,7 @@ static int handle_io(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
2687 rep = (exit_qualification & 32) != 0; 2687 rep = (exit_qualification & 32) != 0;
2688 port = exit_qualification >> 16; 2688 port = exit_qualification >> 16;
2689 2689
2690 skip_emulated_instruction(vcpu);
2690 return kvm_emulate_pio(vcpu, kvm_run, in, size, port); 2691 return kvm_emulate_pio(vcpu, kvm_run, in, size, port);
2691} 2692}
2692 2693