]> git.proxmox.com Git - mirror_qemu.git/blame - qemu-config.h
net: add QemuOptsList arg to net_client_parse()
[mirror_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;
8119b33d 7extern QemuOptsList qemu_net_opts;
1ed2fc1f 8extern QemuOptsList qemu_rtc_opts;
d058fe03
GH
9
10int qemu_set_option(const char *str);
9d868d45
GH
11
12#endif /* QEMU_CONFIG_H */