mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
implement -no-user-config command-line option (v3)
Changes v2 -> v3: - Rebase against latest qemu.git Changes v1 -> v2: - Change 'userconfig' field/variables to bool instead of int - Coding style change Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
3ed2d9ee1f
commit
f29a56147b
4 changed files with 27 additions and 8 deletions
|
@ -18,6 +18,6 @@ int qemu_read_config_file(const char *filename);
|
|||
|
||||
/* Read default Qemu config files
|
||||
*/
|
||||
int qemu_read_default_config_files(void);
|
||||
int qemu_read_default_config_files(bool userconfig);
|
||||
|
||||
#endif /* QEMU_CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue