]> git.proxmox.com Git - qemu.git/blame - qemu-config.h
eepro100: Replace variable name to fix a compiler warning
[qemu.git] / qemu-config.h
CommitLineData
9d868d45
GH
1#ifndef QEMU_CONFIG_H
2#define QEMU_CONFIG_H
3
7282a033 4extern QemuOptsList qemu_drive_opts;
191bc01b 5extern QemuOptsList qemu_chardev_opts;
f31d07d1 6extern QemuOptsList qemu_device_opts;
a1ea458f 7extern QemuOptsList qemu_netdev_opts;
8119b33d 8extern QemuOptsList qemu_net_opts;
1ed2fc1f 9extern QemuOptsList qemu_rtc_opts;
d8bcbabf 10extern QemuOptsList qemu_global_opts;
88589343 11extern QemuOptsList qemu_mon_opts;
b5ec5ce0 12extern QemuOptsList qemu_cpudef_opts;
d058fe03
GH
13
14int qemu_set_option(const char *str);
d0fef6fb
GH
15int qemu_global_option(const char *str);
16void qemu_add_globals(void);
9d868d45 17
9d993394 18void qemu_config_write(FILE *fp);
42262ba8 19int qemu_config_parse(FILE *fp);
9d993394 20
9d868d45 21#endif /* QEMU_CONFIG_H */