Home
last modified time | relevance | path

Searched refs:bdrv_runtime_opts (Results 1 – 3 of 3) sorted by relevance

/qemu/include/sysemu/
H A Dsysemu.h106 extern QemuOptsList bdrv_runtime_opts;
/qemu/
H A Dblock.c1780 QemuOptsList bdrv_runtime_opts = { variable
1782 .head = QTAILQ_HEAD_INITIALIZER(bdrv_runtime_opts.head),
1876 opts = qemu_opts_create(&bdrv_runtime_opts, NULL, 0, &error_abort); in bdrv_open_common()
4400 opts = qemu_opts_create(&bdrv_runtime_opts, NULL, 0, &error_abort); in bdrv_reopen_queue_child()
4830 opts = qemu_opts_create(&bdrv_runtime_opts, NULL, 0, &error_abort); in bdrv_reopen_prepare()
/qemu/system/
H A Dvl.c2757 qemu_add_drive_opts(&bdrv_runtime_opts); in qemu_init()