Re: [PATCH v2 11/13] qemu: monitor: Introduce 'qemuMonitorSetUSBDiskAttached'

2025-06-24 Thread Jiri Denemark via Devel
On Mon, Jun 23, 2025 at 21:59:16 +0200, Peter Krempa wrote: > From: Peter Krempa > > The helper sets the 'attached' property of the 'usb-bot' device to true, > which will be used on the hotplug code path. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_monitor.c | 12 >

[PATCH v2 11/13] qemu: monitor: Introduce 'qemuMonitorSetUSBDiskAttached'

2025-06-23 Thread Peter Krempa via Devel
From: Peter Krempa The helper sets the 'attached' property of the 'usb-bot' device to true, which will be used on the hotplug code path. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 12 src/qemu/qemu_monitor.h | 3 +++ src/qemu/qemu_monitor_json.c | 20