1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

NEWS: Mention multiple iothread support for 'virtio-scsi' controller

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2025-03-03 16:16:41 +01:00
parent a4cbad35c9
commit 6ccf67f5a7

View File

@ -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**