Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dquorum.c898 static QemuOptsList quorum_runtime_opts = { variable
900 .head = QTAILQ_HEAD_INITIALIZER(quorum_runtime_opts.head),
966 opts = qemu_opts_create(&quorum_runtime_opts, NULL, 0, &error_abort); in quorum_open()