aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-config.h
blob: 13b0f19304f6885cb699e4c741867bd561ea99b7 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef QEMU_CONFIG_H
#define QEMU_CONFIG_H

extern QemuOptsList qemu_drive_opts;
extern QemuOptsList qemu_chardev_opts;
extern QemuOptsList qemu_device_opts;

int qemu_set_option(const char *str);

#endif /* QEMU_CONFIG_H */