]> git.proxmox.com Git - mirror_qemu.git/blame - qemu-config.h
switch qemu-config to qemu_error
[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;
1ed2fc1f 7extern QemuOptsList qemu_rtc_opts;
d058fe03
GH
8
9int qemu_set_option(const char *str);
9d868d45
GH
10
11#endif /* QEMU_CONFIG_H */