default devices: parallel port.
[qemu-kvm/amd-iommu.git] / qemu-config.h
blob6246e76fcd41cd88f932c485dc8ccda30657830f
1 #ifndef QEMU_CONFIG_H
2 #define QEMU_CONFIG_H
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;
11 int qemu_set_option(const char *str);
12 int qemu_global_option(const char *str);
13 void qemu_add_globals(void);
15 void qemu_config_write(FILE *fp);
16 int qemu_config_parse(FILE *fp);
18 #endif /* QEMU_CONFIG_H */