Re: [PATCH] usb-storage: Allow manually adding SCSI device

2025-03-07 Thread Akihiko Odaki
On 2025/03/03 21:17, Paolo Bonzini wrote: On 3/3/25 11:28, Akihiko Odaki wrote: usb-storage automatically adds a SCSI device, but it limits configurability of the added SCSI device and causes usability problems as observed in: https://gitlab.com/libvirt/libvirt/-/issues/368 Allow manually addin

Re: [PATCH] usb-storage: Allow manually adding SCSI device

2025-03-03 Thread Philippe Mathieu-Daudé
On 3/3/25 11:28, Akihiko Odaki wrote: usb-storage automatically adds a SCSI device, but it limits configurability of the added SCSI device and causes usability problems as observed in: https://gitlab.com/libvirt/libvirt/-/issues/368 Allow manually adding SCSI device when the drive option is not

Re: [PATCH] usb-storage: Allow manually adding SCSI device

2025-03-03 Thread BALATON Zoltan
On Mon, 3 Mar 2025, Paolo Bonzini wrote: On 3/3/25 11:28, Akihiko Odaki wrote: usb-storage automatically adds a SCSI device, but it limits configurability of the added SCSI device and causes usability problems as observed in: https://gitlab.com/libvirt/libvirt/-/issues/368 Allow manually adding

Re: [PATCH] usb-storage: Allow manually adding SCSI device

2025-03-03 Thread Paolo Bonzini
On 3/3/25 11:28, Akihiko Odaki wrote: usb-storage automatically adds a SCSI device, but it limits configurability of the added SCSI device and causes usability problems as observed in: https://gitlab.com/libvirt/libvirt/-/issues/368 Allow manually adding SCSI device when the drive option is not

[PATCH] usb-storage: Allow manually adding SCSI device

2025-03-03 Thread Akihiko Odaki
usb-storage automatically adds a SCSI device, but it limits configurability of the added SCSI device and causes usability problems as observed in: https://gitlab.com/libvirt/libvirt/-/issues/368 Allow manually adding SCSI device when the drive option is not specified. Signed-off-by: Akihiko Odaki