commit | 292444cb87f3b883146ee30628a5922b1cde4073 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Thu Jan 21 10:57:58 2010 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Sun Jan 24 09:37:26 2010 -0600 |
tree | 0d44e6ecf5d6229ffc0e0f1131ab42c58912d673 | |
parent | 6530a97bdde4504e6658e5017b5b0ab22e1e62d3 [diff] |
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>