]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio: add ability to delete vq through a pointer
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 9 Dec 2019 16:46:13 +0000 (11:46 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 12 May 2020 14:19:15 +0000 (09:19 -0500)
commitd5a5d43e27308df63f4c7be4ec988c969ac45d1d
tree99dbfe26914eebe55688292bd9aceb48c66e2f88
parent0253531824d1a0ef39cba3da3bdb1bb161834fd4
virtio: add ability to delete vq through a pointer

Devices tend to maintain vq pointers, allow deleting them trough a vq pointer.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
(cherry picked from commit 722f8c51d8af223751dfb1d02de40043e8ba067e)
*prereq for 421afd2fe8
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio.c
include/hw/virtio/virtio.h