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
devices
joydev
event-codes.rst -rw-r--r-- 16.5 KB
ff.rst -rw-r--r-- 7.6 KB
gamepad.rst -rw-r--r-- 7.3 KB
gameport-programming.rst -rw-r--r-- 6.3 KB
index.rst -rw-r--r-- 254 bytes
input-programming.rst -rw-r--r-- 12.8 KB
input.rst -rw-r--r-- 8.9 KB
input_kapi.rst -rw-r--r-- 277 bytes
input_uapi.rst -rw-r--r-- 330 bytes
interactive.svg -rw-r--r-- 3.3 KB
multi-touch-protocol.rst -rw-r--r-- 17.5 KB
notifier.rst -rw-r--r-- 1.8 KB
shape.svg -rw-r--r-- 5.5 KB
uinput.rst -rw-r--r-- 6.6 KB
userio.rst -rw-r--r-- 2.9 KB

back to top