Load global config files by default
commit292444cb87f3b883146ee30628a5922b1cde4073
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Jan 2010 16:57:58 +0000 (21 10:57 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 24 Jan 2010 15:37:26 +0000 (24 09:37 -0600)
tree0d44e6ecf5d6229ffc0e0f1131ab42c58912d673
parent6530a97bdde4504e6658e5017b5b0ab22e1e62d3
Load global config files by default

A new option, -nodefconfig is introduced to prevent loading from the default
config location.  Otherwise, two configuration files will be searched for,
qemu.conf and target-<TARGET_NAME>.conf.

To ensure that the default configuration is overridden by a user specified
config, we introduce a two stage option parsing mechanism.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-options.hx
vl.c