]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: complete fast IN directly with complete_emulator_pio_in()
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jun 2022 17:32:29 +0000 (13:32 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jun 2022 16:53:07 +0000 (12:53 -0400)
commit40272393f4f49c3fa03091c241b930599dafe73b
tree8be21f7e7fa0244fb7f4b4cd6503c4898a767805
parent39f27d2a7fff55f5d93fdda79f522913bb0a4e41
KVM: x86: complete fast IN directly with complete_emulator_pio_in()

Use complete_emulator_pio_in() directly when completing fast PIO, there's
no need to bounce through emulator_pio_in(): the comment about ECX
changing doesn't apply to fast PIO, which isn't used for string I/O.

No functional change intended.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c