]> git.proxmox.com Git - mirror_qemu.git/blame - qemu-config.h
switch chardev to QemuOpts: infrastructure, null device
[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;
d058fe03
GH
7
8int qemu_set_option(const char *str);
9d868d45
GH
9
10#endif /* QEMU_CONFIG_H */