Re: [PATCH 66/80] qemu: command: Generate -drive for SD cards via JSON props

2022-08-05 Thread Pavel Hrdina
On Tue, Jul 26, 2022 at 04:37:44PM +0200, Peter Krempa wrote: > Since we know we have a modern qemu at hand which can interpret the > dotted syntax, we can format the -drive needed for SD cards via the > common infrastructure we have for all blockdev stuff. > > Signed-off-by: Peter Krempa > --- >

[PATCH 66/80] qemu: command: Generate -drive for SD cards via JSON props

2022-07-26 Thread Peter Krempa
Since we know we have a modern qemu at hand which can interpret the dotted syntax, we can format the -drive needed for SD cards via the common infrastructure we have for all blockdev stuff. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 121 +++- 1