[Qemu-devel] [PATCH 2/8] add firmware to machine options

2013-12-06 Thread Gerd Hoffmann
This patch adds firmware to the machine options. -bios becomes a shortcut for -machine firmware=. Advantage is that the firmware can be specified via config file as -machine is parsed using QemuOpts and it is also possible to use different defaults for different machine types (via QEMUMachine->d

[Qemu-devel] [PATCH 2/8] add firmware to machine options

2013-12-02 Thread Gerd Hoffmann
This patch adds firmware to the machine options. -bios becomes a shortcut for -machine firmware=. Advantage is that the firmware can be specified via config file as -machine is parsed using QemuOpts and it is also possible to use different defaults for different machine types (via QEMUMachine->d