Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dreplication.c59 static QemuOptsList replication_runtime_opts = { variable
61 .head = QTAILQ_HEAD_INITIALIZER(replication_runtime_opts.head),
97 opts = qemu_opts_create(&replication_runtime_opts, NULL, 0, &error_abort); in replication_open()