]> git.proxmox.com Git - qemu.git/blob - qemu-config.h
Documentation: Move image format descriptions to own section
[qemu.git] / qemu-config.h
1 #ifndef QEMU_CONFIG_H
2 #define QEMU_CONFIG_H
3
4 extern QemuOptsList qemu_drive_opts;
5 extern QemuOptsList qemu_chardev_opts;
6 extern QemuOptsList qemu_device_opts;
7 extern QemuOptsList qemu_netdev_opts;
8 extern QemuOptsList qemu_net_opts;
9 extern QemuOptsList qemu_rtc_opts;
10
11 int qemu_set_option(const char *str);
12
13 #endif /* QEMU_CONFIG_H */