]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-blk: extract cleanup_iothread_vq_mapping() function
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 11 Mar 2025 13:26:11 +0000 (21:26 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 13 Mar 2025 16:57:23 +0000 (17:57 +0100)
commit366b5811d6170f4ed74329a60dc77b1633e13798
treeafefe314b669510aa8c9b46a0982fccaa2809957
parentda6eebb33b08131d2dc7c2594f0998012fe69e2f
virtio-blk: extract cleanup_iothread_vq_mapping() function

This is the cleanup function that must be called after
apply_iothread_vq_mapping() succeeds. virtio-scsi will need this
function too, so extract it.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20250311132616.1049687-9-stefanha@redhat.com>
Tested-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/block/virtio-blk.c