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
api-aead.rst -rw-r--r-- 1.0 KB
api-akcipher.rst -rw-r--r-- 789 bytes
api-digest.rst -rw-r--r-- 1.4 KB
api-intro.rst -rw-r--r-- 6.7 KB
api-kpp.rst -rw-r--r-- 1.3 KB
api-rng.rst -rw-r--r-- 446 bytes
api-samples.rst -rw-r--r-- 5.7 KB
api-skcipher.rst -rw-r--r-- 1.3 KB
api.rst -rw-r--r-- 200 bytes
architecture.rst -rw-r--r-- 14.5 KB
asymmetric-keys.rst -rw-r--r-- 15.9 KB
async-tx-api.rst -rw-r--r-- 9.9 KB
crypto_engine.rst -rw-r--r-- 2.5 KB
descore-readme.rst -rw-r--r-- 17.5 KB
devel-algos.rst -rw-r--r-- 8.8 KB
index.rst -rw-r--r-- 566 bytes
intro.rst -rw-r--r-- 3.1 KB
userspace-if.rst -rw-r--r-- 14.7 KB

back to top