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
automarkup.py -rw-r--r-- 10.0 KB
cdomain.py -rw-r--r-- 7.6 KB
kernel_abi.py -rw-r--r-- 4.9 KB
kernel_feat.py -rw-r--r-- 4.4 KB
kernel_include.py -rwxr-xr-x 8.4 KB
kerneldoc.py -rw-r--r-- 6.3 KB
kernellog.py -rw-r--r-- 585 bytes
kfigure.py -rw-r--r-- 18.4 KB
load_config.py -rw-r--r-- 2.1 KB
maintainers_include.py -rwxr-xr-x 7.3 KB
parallel-wrapper.sh -rw-r--r-- 876 bytes
parse-headers.pl -rwxr-xr-x 8.4 KB
requirements.txt -rw-r--r-- 31 bytes
rstFlatTable.py -rwxr-xr-x 13.0 KB

back to top