OSDN Git Service

KVM: SEV-ES: clean up kvm_sev_es_ins/outs
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 12 Oct 2021 14:51:55 +0000 (10:51 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Oct 2021 14:02:20 +0000 (10:02 -0400)
commitea724ea420aac58b41bc822d1aed6940b136b78d
tree6cdd8a52469f6fb7f9ea4bee09b3eb7c94965ade
parent0d33b1baeb6ca7165d5ed4fdd1a8f969985e35b9
KVM: SEV-ES: clean up kvm_sev_es_ins/outs

A few very small cleanups to the functions, smushed together because
the patch is already very small like this:

- inline emulator_pio_in_emulated and emulator_pio_out_emulated,
  since we already have the vCPU

- remove the data argument and pull setting vcpu->arch.sev_pio_data into
  the caller

- remove unnecessary clearing of vcpu->arch.pio.count when
  emulation is done by the kernel (and therefore vcpu->arch.pio.count
  is already clear on exit from emulator_pio_in and emulator_pio_out).

No functional change intended.

Cc: stable@vger.kernel.org
Fixes: 7ed9abfe8e9f ("KVM: SVM: Support string IO operations for an SEV-ES guest")
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c