]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: qemu: Support removable attribute for scsi disk
authorHan Han <hhan@redhat.com>
Mon, 17 Jul 2023 10:56:10 +0000 (18:56 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Jul 2023 06:56:53 +0000 (08:56 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 42c2c53091a62b8a5b66101919b8a81ca8622ec5..df0557ee5cd3e66f24fc855c9dc56feb4adaad0e 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -27,6 +27,12 @@ v9.6.0 (unreleased)
     ``abstractions/foo`` can be overridden by creating ``local/foo`` and
     ``abstractions/foo.d`` respectively.
 
+  * qemu: Support ``removable`` attribute for scsi disk
+
+    Now the scsi disk device (``/disk@device='disk'`` and
+    ``/disk/target@bus='scsi'``) supports the ``removable`` attribute at
+    ``/disk/target@removable```.
+
 * **Bug fixes**