]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio: update queue size on guest write
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 13 Dec 2019 14:22:48 +0000 (09:22 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 11 May 2020 23:09:15 +0000 (18:09 -0500)
commit2f4affb7213ab0003bc2fa8f0d467399059106de
treee3bd45e4113a59229aed14c498b6068c498d69e3
parent77d9c84d9fd9f846a2ee5ba04bf2e3b33354e3e2
virtio: update queue size on guest write

Some guests read back queue size after writing it.
Update the size immediatly upon write otherwise
they get confused.

In particular this is the case for seabios.

Reported-by: Roman Kagan <rkagan@virtuozzo.com>
Suggested-by: Denis Plotnikov <dplotnikov@virtuozzo.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit d0c5f643383b9e84316f148affff368ac33d75b9)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio-pci.c