]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio: reset region cache when on queue deletion
authorYuri Benditovich <yuri.benditovich@daynix.com>
Thu, 26 Dec 2019 04:36:48 +0000 (06:36 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 12 May 2020 14:27:16 +0000 (09:27 -0500)
commita474197f113cf2e799755859d81e051e24e7c80c
treeb204d35ebafdb4c0b5233463cd46889b805ccf7d
parenta843731d7f09ca102833a06adaf358abb524a86b
virtio: reset region cache when on queue deletion

https://bugzilla.redhat.com/show_bug.cgi?id=1708480
Fix leak of region reference that prevents complete
device deletion on hot unplug.

Cc: qemu-stable@nongnu.org
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Message-Id: <20191226043649.14481-2-yuri.benditovich@daynix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 421afd2fe8dd4603216cbf36081877c391f5a2a4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio.c