Re: [libvirt] [PATCH 1/6] qemu: command: Extract formatting of -drive for pflash

2019-11-21 Thread Daniel P . Berrangé
On Fri, Nov 15, 2019 at 04:51:47PM +0100, Peter Krempa wrote: > Extract the old way to instantiate pflash devices to hold the firmware > via -drive to a separate function so that it can later be conditionally > disabled when -blockdev will be used. > > Signed-off-by: Peter Krempa > --- > src/qem

Re: [libvirt] [PATCH 1/6] qemu: command: Extract formatting of -drive for pflash

2019-11-21 Thread Ján Tomko
On Fri, Nov 15, 2019 at 04:51:47PM +0100, Peter Krempa wrote: Extract the old way to instantiate pflash devices to hold the firmware via -drive to a separate function so that it can later be conditionally disabled when -blockdev will be used. Signed-off-by: Peter Krempa --- src/qemu/qemu_comman

[libvirt] [PATCH 1/6] qemu: command: Extract formatting of -drive for pflash

2019-11-15 Thread Peter Krempa
Extract the old way to instantiate pflash devices to hold the firmware via -drive to a separate function so that it can later be conditionally disabled when -blockdev will be used. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 72 +++-- 1 file chan