]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention multiple iothread support for 'virtio-scsi' controller
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Mar 2025 15:16:41 +0000 (16:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 19 Mar 2025 14:38:00 +0000 (15:38 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 3a960bdccae055fa98dfa70354133ceafa8f25e4..98ca83864241ff2391f28269d60699b7f6fd74aa 100644 (file)
--- 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**