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
bfq-iosched.rst -rw-r--r-- 26.2 KB
biodoc.rst -rw-r--r-- 51.4 KB
biovecs.rst -rw-r--r-- 6.8 KB
blk-mq.rst -rw-r--r-- 7.3 KB
capability.rst -rw-r--r-- 319 bytes
cmdline-partition.rst -rw-r--r-- 1.6 KB
data-integrity.rst -rw-r--r-- 11.9 KB
deadline-iosched.rst -rw-r--r-- 2.9 KB
index.rst -rw-r--r-- 351 bytes
inline-encryption.rst -rw-r--r-- 13.8 KB
ioprio.rst -rw-r--r-- 4.7 KB
kyber-iosched.rst -rw-r--r-- 422 bytes
null_blk.rst -rw-r--r-- 4.5 KB
pr.rst -rw-r--r-- 3.8 KB
queue-sysfs.rst -rw-r--r-- 11.2 KB
request.rst -rw-r--r-- 2.5 KB
stat.rst -rw-r--r-- 4.2 KB
switching-sched.rst -rw-r--r-- 1.2 KB
writeback_cache_control.rst -rw-r--r-- 3.9 KB

back to top