diff options
Diffstat (limited to 'qemu-config.h')
-rw-r--r-- | qemu-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h index 3ada418378..7faec9bdd8 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -1 +1,3 @@ extern QemuOptsList qemu_drive_opts; + +int qemu_set_option(const char *str); |