Revision 019057bd73d1751fdfec41e43148baf3303d98f9 authored by Paolo Bonzini on 12 October 2021, 15:07:59 UTC, committed by Paolo Bonzini on 15 October 2021, 08:47:36 UTC
The size of the data in the scratch buffer is not divided by the size of
each port I/O operation, so vcpu->arch.pio.count ends up being larger
than it should be by a factor of size.

Cc: stable@vger.kernel.org
Fixes: 7ed9abfe8e9f ("KVM: SVM: Support string IO operations for an SEV-ES guest")
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 2353e59
History
File Mode Size
kvm
lib
Makefile -rw-r--r-- 54 bytes

back to top