hw/virtio: Introduce virtio_bh_new_guarded() helper
commitec0504b989ca61e03636384d3602b7bf07ffe4da
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 4 Apr 2024 18:56:11 +0000 (4 20:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 10 Apr 2024 07:09:33 +0000 (10 09:09 +0200)
treede2f95fd2357402954feb73a992d5c6d9ee20fef
parent927284d65bce63ab1495d3febe7c7b5b6d563874
hw/virtio: Introduce virtio_bh_new_guarded() helper

Introduce virtio_bh_new_guarded(), similar to qemu_bh_new_guarded()
but using the transport memory guard, instead of the device one
(there can only be one virtio device per virtio bus).

Inspired-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20240409105537.18308-2-philmd@linaro.org>
hw/virtio/virtio.c
include/hw/virtio/virtio.h