Statistics
| Branch: | Revision:

root / qemu-config.h @ 9d993394

History | View | Annotate | Download (369 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_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
void qemu_config_write(FILE *fp);
14

    
15
#endif /* QEMU_CONFIG_H */