On 08/03/2018 17:57, Sean Christopherson wrote: > Use kvm_fast_pio_in() on VMX and consolidate x86's fast PIO code > now that both VMX and SVM support fast PIO for IN and OUT. > > Sean Christopherson (2): > KVM: VMX: use kvm_fast_pio_in for handling IN I/O > KVM: x86: add kvm_fast_pio() to consolidate fast PIO code > > arch/x86/include/asm/kvm_host.h | 3 +-- > arch/x86/kvm/svm.c | 12 ++---------- > arch/x86/kvm/vmx.c | 14 ++++---------- > arch/x86/kvm/x86.c | 23 +++++++++++++++++++---- > 4 files changed, 26 insertions(+), 26 deletions(-) > Queued, thanks. Paolo