]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: Generate -drive for SD cards via JSON props
authorPeter Krempa <pkrempa@redhat.com>
Thu, 21 Jul 2022 13:25:24 +0000 (15:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 13:23:47 +0000 (15:23 +0200)
commit16734e6be018de074d293cd5dd364110a7a8632a
tree1d72794b668309fba9cab6dd5d423fa6c4a89c00
parentde538266a69e3f6bf927cadc5230f7dcf1c8a70f
qemu: command: Generate -drive for SD cards via JSON props

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 <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c