Revision 6b5efc930bbc8c97e4a1fe2ccb9a6f286365a56d authored by Paolo Bonzini on 12 October 2021, 16:35:20 UTC, committed by Paolo Bonzini on 22 October 2021, 14:08:38 UTC
complete_emulator_pio_in can expect that vcpu->arch.pio has been filled in,
and therefore does not need the size and count arguments.  This makes things
nicer when the function is called directly from a complete_userspace_io
callback.

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>
1 parent 3b27de2
History
File Mode Size
index.rst -rw-r--r-- 190 bytes
nfs-client.rst -rw-r--r-- 5.3 KB
nfs-idmapper.rst -rw-r--r-- 3.3 KB
nfs-rdma.rst -rw-r--r-- 9.0 KB
nfsd-admin-interfaces.rst -rw-r--r-- 1.5 KB
nfsroot.rst -rw-r--r-- 12.9 KB
pnfs-block-server.rst -rw-r--r-- 1.8 KB
pnfs-scsi-server.rst -rw-r--r-- 1.2 KB

back to top