From 6ccf67f5a749a71d72df19ed519d5782cd87ed14 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 3 Mar 2025 16:16:41 +0100 Subject: [PATCH] NEWS: Mention multiple iothread support for 'virtio-scsi' controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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**