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

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

int qemu_set_option(const char *str);

#endif /* QEMU_CONFIG_H */