diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.c b/vl.c index f3abd99eb2..9a2e7d5a5e 100644 --- a/vl.c +++ b/vl.c @@ -3035,6 +3035,7 @@ int main(int argc, char **argv, char **envp) qemu_add_drive_opts(&qemu_legacy_drive_opts); qemu_add_drive_opts(&qemu_common_drive_opts); qemu_add_drive_opts(&qemu_drive_opts); + qemu_add_drive_opts(&bdrv_runtime_opts); qemu_add_opts(&qemu_chardev_opts); qemu_add_opts(&qemu_device_opts); qemu_add_opts(&qemu_netdev_opts); |