From fca053ae3728cdcc149edb52b68bcb2a4df087bb Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 27 May 2025 14:00:25 +0200 Subject: [PATCH] NEWS: qemu support for emulated NVMe disks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kletzander Signed-off-by: Honglei Wang Reviewed-by: Ján Tomko --- NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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** -- 2.47.3