machine, Add default_machine_opts to QEMUMachine.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 22 Nov 2010 15:44:15 +0000 (15:44 +0000)
committerAlexander Graf <agraf@suse.de>
Sun, 8 May 2011 08:09:59 +0000 (10:09 +0200)
commit2777d6a84584e606f8405266a0d9cd1d399f1156
tree2a5946f84818a28a36f736ce2d9178f6f1d43e71
parent723af1db749ac2087e11696703f13fcc2a2b93e1
machine, Add default_machine_opts to QEMUMachine.

With this new field, we can specified which accelerator use to run the
machine, if the accelerator is not already specified by either a
configuration file or the command line options.

Currently, the only use will be made in the xenfv machine.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/boards.h
vl.c