diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index ceeac8897143..38f79b6aaf1e 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -2478,8 +2478,6 @@ int kvm_emulate_pio(struct kvm_vcpu *vcpu, struct kvm_run *run, int in, | |||
2478 | val = kvm_register_read(vcpu, VCPU_REGS_RAX); | 2478 | val = kvm_register_read(vcpu, VCPU_REGS_RAX); |
2479 | memcpy(vcpu->arch.pio_data, &val, 4); | 2479 | memcpy(vcpu->arch.pio_data, &val, 4); |
2480 | 2480 | ||
2481 | kvm_x86_ops->skip_emulated_instruction(vcpu); | ||
2482 | |||
2483 | pio_dev = vcpu_find_pio_dev(vcpu, port, size, !in); | 2481 | pio_dev = vcpu_find_pio_dev(vcpu, port, size, !in); |
2484 | if (pio_dev) { | 2482 | if (pio_dev) { |
2485 | kernel_pio(pio_dev, vcpu, vcpu->arch.pio_data); | 2483 | kernel_pio(pio_dev, vcpu, vcpu->arch.pio_data); |