commit | 1442d3e6912d7ec88480099503cfa0aeaedf5634 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 15 16:57:45 2013 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Dec 02 13:03:04 2013 +0100 |
tree | 1ffca0d1cc56732c9abe2914f62239476ea24451 | |
parent | aeca6e8d8b7dba78c3d1622463e238b773d9df13 [diff] |
add firmware to machine options This patch adds firmware to the machine options. -bios <file> becomes a shortcut for -machine firmware=<file>. 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->default_machine_opts). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>