]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.h
qdev: add command line option to set global defaults for properties.
[qemu.git] / qemu-config.h
index b56485165b17f76590492c036a4716ea75a78d87..6246e76fcd41cd88f932c485dc8ccda30657830f 100644 (file)
@@ -9,6 +9,8 @@ extern QemuOptsList qemu_net_opts;
 extern QemuOptsList qemu_rtc_opts;
 
 int qemu_set_option(const char *str);
+int qemu_global_option(const char *str);
+void qemu_add_globals(void);
 
 void qemu_config_write(FILE *fp);
 int qemu_config_parse(FILE *fp);