From: Peter Krempa Date: Mon, 3 Mar 2025 15:16:41 +0000 (+0100) Subject: NEWS: Mention multiple iothread support for 'virtio-scsi' controller X-Git-Tag: v11.2.0-rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ccf67f5a749a71d72df19ed519d5782cd87ed14;p=thirdparty%2Flibvirt.git NEWS: Mention multiple iothread support for 'virtio-scsi' controller Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 3a960bdcca..98ca838642 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -29,6 +29,12 @@ v11.2.0 (unreleased) This feature will be available with qemu guest agent 10.0 onwards. + * qemu: Add support for multiple iothreads for ``virtio-scsi`` controller + + It's now possible to map multiple iotreads to the ``virtio-scsi`` controller + or even map them to specific virtqueues similarly to the ``virtio-blk`` + device allowing for better performance in certain scenarios. + * **Improvements** * **Bug fixes**