]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: inline kernel_pio into its sole caller
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Oct 2021 10:50:06 +0000 (06:50 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jun 2022 16:53:23 +0000 (12:53 -0400)
commit04d0922cd97a39ba6742aa8c7a26230cac372906
treeea4d518a712419fb3adf0c408260a50722ee6c57
parent40272393f4f49c3fa03091c241b930599dafe73b
KVM: x86: inline kernel_pio into its sole caller

The caller of kernel_pio already has arguments for most of what kernel_pio
fishes out of vcpu->arch.pio.  This is the first step towards ensuring that
vcpu->arch.pio.* is only used when exiting to userspace.

No functional change intended.

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