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
Raw File
index.rst
.. SPDX-License-Identifier: GPL-2.0

=====
Block
=====

.. toctree::
   :maxdepth: 1

   bfq-iosched
   biodoc
   biovecs
   blk-mq
   capability
   cmdline-partition
   data-integrity
   deadline-iosched
   inline-encryption
   ioprio
   kyber-iosched
   null_blk
   pr
   queue-sysfs
   request
   stat
   switching-sched
   writeback_cache_control
back to top