From: Martin Kletzander Date: Tue, 27 May 2025 12:00:25 +0000 (+0200) Subject: NEWS: qemu support for emulated NVMe disks X-Git-Tag: v11.5.0-rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca053ae3728cdcc149edb52b68bcb2a4df087bb;p=thirdparty%2Flibvirt.git NEWS: qemu support for emulated NVMe disks Signed-off-by: Martin Kletzander Signed-off-by: Honglei Wang Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index e0a2373819..2559aaf7e0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -26,6 +26,19 @@ v11.5.0 (unreleased) * vmx: Add support for reporting NVMe disks in the domain XML + * qemu: Add support for NVMe disks + + NVMe disks can now be emulated by using an ``nvme`` bus, but require a + serial due to the hypervisor:: + + + qwertyuiop + + Multiple disks can be represented as different namespaces on the same + controller, but they cannot have a different serial number due to the fact + that it is the controller which ultimately has the serial number attached to + it, but for ease of use it is automatically copied from the disk serial. + * **Improvements** * **Bug fixes**