Re: [libvirt] [PATCH 5/6] qemu: command: Build the 'pflash' drives via -machine

2019-11-21 Thread Daniel P . Berrangé
On Fri, Nov 15, 2019 at 04:51:51PM +0100, Peter Krempa wrote: > The old way to instantiate a pflash device via -drive was a hack since > it's a platform device. > > The modern approach calls for configuring it via -machine and takes the > node name as an argument. > > Signed-off-by: Peter Krempa

[libvirt] [PATCH 5/6] qemu: command: Build the 'pflash' drives via -machine

2019-11-15 Thread Peter Krempa
The old way to instantiate a pflash device via -drive was a hack since it's a platform device. The modern approach calls for configuring it via -machine and takes the node name as an argument. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 12 ++-- 1 file changed, 10