Re: [PATCH] qemu: Support removable for scsi disk

2023-07-10 Thread Han Han
Thanks On Mon, Jul 10, 2023 at 3:50 PM Michal Prívozník wrote: > On 6/29/23 13:03, Michal Prívozník wrote: > > On 6/5/23 07:07, Han Han wrote: > >> Allow //disk/target@removable for scsi disk devices, since QEMU has > support > >> the removable attribute for scsi-hd device from v0.14.0[1]. > >>

Re: [PATCH] qemu: Support removable for scsi disk

2023-07-10 Thread Michal Prívozník
On 6/29/23 13:03, Michal Prívozník wrote: > On 6/5/23 07:07, Han Han wrote: >> Allow //disk/target@removable for scsi disk devices, since QEMU has support >> the removable attribute for scsi-hd device from v0.14.0[1]. >> >> [1]: 419e691f8e: scsi-disk: Allow overriding SCSI INQUIRY removable bit >>

Re: [PATCH] qemu: Support removable for scsi disk

2023-06-29 Thread Michal Prívozník
On 6/5/23 07:07, Han Han wrote: > Allow //disk/target@removable for scsi disk devices, since QEMU has support > the removable attribute for scsi-hd device from v0.14.0[1]. > > [1]: 419e691f8e: scsi-disk: Allow overriding SCSI INQUIRY removable bit > > Signed-off-by: Han Han > --- >

Re: [PATCH] qemu: Support removable for scsi disk

2023-06-29 Thread Han Han
ping~ On Mon, Jun 5, 2023 at 1:07 PM Han Han wrote: > Allow //disk/target@removable for scsi disk devices, since QEMU has > support > the removable attribute for scsi-hd device from v0.14.0[1]. > > [1]: 419e691f8e: scsi-disk: Allow overriding SCSI INQUIRY removable bit > > Signed-off-by: Han

[PATCH] qemu: Support removable for scsi disk

2023-06-04 Thread Han Han
Allow //disk/target@removable for scsi disk devices, since QEMU has support the removable attribute for scsi-hd device from v0.14.0[1]. [1]: 419e691f8e: scsi-disk: Allow overriding SCSI INQUIRY removable bit Signed-off-by: Han Han --- docs/formatdomain.rst | 2 +-