v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1005257.html v2: https://www.mail-archive.com/qemu-devel@nongnu.org/msg1014615.html v2 -> v3 - Documented the new owner check for shared object removal - Updated test function names error in the last patch
Various improvements for the virtio-dmabuf module. This patch includes: - Check for ownership before allowing a vhost device to remove an object from the table. - Properly cleanup shared resources if a vhost device object gets cleaned up. - Rename virtio dmabuf functions to `virtio_dmabuf_*` Albert Esteve (3): hw/virtio: check owner for removing objects hw/virtio: cleanup shared resources hw/virtio: rename virtio dmabuf API docs/interop/vhost-user.rst | 4 +- hw/display/virtio-dmabuf.c | 36 ++++++++++++--- hw/virtio/vhost-user.c | 31 ++++++++++--- hw/virtio/vhost.c | 3 ++ include/hw/virtio/virtio-dmabuf.h | 43 ++++++++++------- tests/unit/test-virtio-dmabuf.c | 77 ++++++++++++++++++++++--------- 6 files changed, 141 insertions(+), 53 deletions(-) -- 2.43.0