Searched refs:raw_runtime_opts (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | file-win32.c | 291 static QemuOptsList raw_runtime_opts = { variable 293 .head = QTAILQ_HEAD_INITIALIZER(raw_runtime_opts.head), 349 opts = qemu_opts_create(&raw_runtime_opts, NULL, 0, &error_abort); in raw_open() 855 QemuOpts *opts = qemu_opts_create(&raw_runtime_opts, NULL, 0, in hdev_open()
|
| H A D | raw-format.c | 45 static QemuOptsList raw_runtime_opts = { variable 47 .head = QTAILQ_HEAD_INITIALIZER(raw_runtime_opts.head), 82 opts = qemu_opts_create(&raw_runtime_opts, NULL, 0, &error_abort); in raw_read_options()
|
| H A D | file-posix.c | 569 static QemuOptsList raw_runtime_opts = { variable 571 .head = QTAILQ_HEAD_INITIALIZER(raw_runtime_opts.head), 630 opts = qemu_opts_create(&raw_runtime_opts, NULL, 0, &error_abort); in raw_open_common() 1152 opts = qemu_opts_create(&raw_runtime_opts, NULL, 0, &error_abort); in raw_reopen_prepare()
|