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 <pkrempa(a)redhat.com>
---
src/qemu/qemu_command.c | 72 +++++++++++++++++++++++------------------
1 file changed, 40 insertions(+), 32 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano