NEWS: qemu: Support removable attribute for scsi disk

Signed-off-by: Han Han <hhan@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Han Han 2023-07-17 18:56:10 +08:00 committed by Michal Privoznik
parent 8417c1394c
commit c002e51dab

View File

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