OSDN Git Service

add firmware to machine options
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Oct 2013 14:57:45 +0000 (16:57 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 2 Dec 2013 12:03:04 +0000 (13:03 +0100)
commit1442d3e6912d7ec88480099503cfa0aeaedf5634
tree1ffca0d1cc56732c9abe2914f62239476ea24451
parentaeca6e8d8b7dba78c3d1622463e238b773d9df13
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>
vl.c