]> git.proxmox.com Git - mirror_qemu.git/commit
hw/virtio: convert vhost-user-base to async shutdown
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 4 Jan 2024 21:09:36 +0000 (21:09 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 14 Feb 2024 11:01:42 +0000 (06:01 -0500)
commit64a312a2737e3aab97f103b76f8e76a97770e670
tree67eefa9774a82bb6d06bd18e088c5b20e2a06016
parent6275989647efb708f126eb4f880e593792301ed4
hw/virtio: convert vhost-user-base to async shutdown

We are about to convert at least one stubs which was using the async
teardown so lets use it for all the cases.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240104210945.1223134-3-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-user-base.c