Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-win32.c291 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 Draw-format.c45 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 Dfile-posix.c569 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()