From: Han Han Date: Mon, 17 Jul 2023 10:56:10 +0000 (+0800) Subject: NEWS: qemu: Support removable attribute for scsi disk X-Git-Tag: v9.6.0-rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c002e51dab97c79ee7cfe84f3b74829374ce55b2;p=thirdparty%2Flibvirt.git NEWS: qemu: Support removable attribute for scsi disk Signed-off-by: Han Han Signed-off-by: Michal Privoznik Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 42c2c53091..df0557ee5c 100644 --- 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**