Searched refs:runtime_opts (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | blkverify.c | 94 static QemuOptsList runtime_opts = { variable 96 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 119 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in blkverify_open()
|
| H A D | preallocate.c | 88 static QemuOptsList runtime_opts = { variable 90 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 110 QemuOpts *opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in preallocate_absorb_opts()
|
| H A D | blklogwrites.c | 88 static QemuOptsList runtime_opts = { variable 90 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 177 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in blk_log_writes_open()
|
| H A D | blkdebug.c | 425 static QemuOptsList runtime_opts = { variable 427 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 482 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in blkdebug_open()
|