Home
last modified time | relevance | path

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

/qemu/include/system/
H A Dsystem.h114 extern QemuOptsList qemu_common_drive_opts;
/qemu/
H A Dblockdev.c503 opts = qemu_opts_create(&qemu_common_drive_opts, id, 1, errp); in blockdev_init()
3672 QemuOptsList qemu_common_drive_opts = { variable
3674 .head = QTAILQ_HEAD_INITIALIZER(qemu_common_drive_opts.head),
/qemu/system/
H A Dvl.c2850 qemu_add_drive_opts(&qemu_common_drive_opts); in qemu_init()