]> git.proxmox.com Git - qemu.git/blame - qemu-config.h
usb-uhci: symbolic names for pci registers
[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;
d058fe03
GH
12
13int qemu_set_option(const char *str);
d0fef6fb
GH
14int qemu_global_option(const char *str);
15void qemu_add_globals(void);
9d868d45 16
9d993394 17void qemu_config_write(FILE *fp);
42262ba8 18int qemu_config_parse(FILE *fp);
9d993394 19
9d868d45 20#endif /* QEMU_CONFIG_H */