Re: [PATCH v2 13/13] qemu: Replace usb-storage with usb-bot

2025-06-24 Thread Peter Krempa via Devel
On Tue, Jun 24, 2025 at 14:57:13 +0200, Jiri Denemark wrote: > On Mon, Jun 23, 2025 at 21:59:18 +0200, Peter Krempa wrote: > > From: Akihiko Odaki > > > > usb-storage is a compound device that automatically creates a USB mass > > storage device and a SCSI device as its backend. Unfortunately it l

Re: [PATCH v2 13/13] qemu: Replace usb-storage with usb-bot

2025-06-24 Thread Peter Krempa via Devel
On Mon, Jun 23, 2025 at 21:59:18 +0200, Peter Krempa via Devel wrote: > From: Akihiko Odaki > > usb-storage is a compound device that automatically creates a USB mass > storage device and a SCSI device as its backend. Unfortunately it lacks > some configuration options that are usually present wi

Re: [PATCH v2 13/13] qemu: Replace usb-storage with usb-bot

2025-06-24 Thread Jiri Denemark via Devel
On Mon, Jun 23, 2025 at 21:59:18 +0200, Peter Krempa wrote: > From: Akihiko Odaki > > usb-storage is a compound device that automatically creates a USB mass > storage device and a SCSI device as its backend. Unfortunately it lacks > some configuration options that are usually present with a SCSI

[PATCH v2 13/13] qemu: Replace usb-storage with usb-bot

2025-06-23 Thread Peter Krempa via Devel
From: Akihiko Odaki usb-storage is a compound device that automatically creates a USB mass storage device and a SCSI device as its backend. Unfortunately it lacks some configuration options that are usually present with a SCSI device, and cannot represent CD-ROM in particular. Replace usb-storag