Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dsysemu.h104 extern QemuOptsList qemu_common_drive_opts;
/openbmc/qemu/
H A Dblockdev.c503 opts = qemu_opts_create(&qemu_common_drive_opts, id, 1, errp); in blockdev_init()
3576 QemuOptsList qemu_common_drive_opts = { variable
3578 .head = QTAILQ_HEAD_INITIALIZER(qemu_common_drive_opts.head),
/openbmc/qemu/system/
H A Dvl.c2763 qemu_add_drive_opts(&qemu_common_drive_opts); in qemu_init()