Statistics
| Branch: | Revision:

root / qemu-config.h @ 6a957025

History | View | Annotate | Download (296 Bytes)

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_net_opts;
8
extern QemuOptsList qemu_rtc_opts;
9

    
10
int qemu_set_option(const char *str);
11

    
12
#endif /* QEMU_CONFIG_H */