]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-mmio: update queue size on guest write
authorDenis Plotnikov <dplotnikov@virtuozzo.com>
Tue, 24 Dec 2019 08:14:46 +0000 (11:14 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 11 May 2020 23:09:43 +0000 (18:09 -0500)
commit0253531824d1a0ef39cba3da3bdb1bb161834fd4
tree01f68c44cd7d6620ed80519a9e92a2ebc8f75662
parent2f4affb7213ab0003bc2fa8f0d467399059106de
virtio-mmio: update queue size on guest write

Some guests read back queue size after writing it.
Always update the on size write otherwise they might be confused.

Cc: qemu-stable@nongnu.org
Signed-off-by: Denis Plotnikov <dplotnikov@virtuozzo.com>
Message-Id: <20191224081446.17003-1-dplotnikov@virtuozzo.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 1049f4c62c4070618cc5defc9963c6a17ae7a5ae)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio-mmio.c