Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dspice-core.c412 static QemuOptsList qemu_spice_opts = { variable
414 .head = QTAILQ_HEAD_INITIALIZER(qemu_spice_opts.head),
521 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qmp_query_spice_real()
655 QemuOpts *opts = QTAILQ_FIRST(&qemu_spice_opts.head); in qemu_spice_init()
852 if (QTAILQ_FIRST(&qemu_spice_opts.head) != NULL) { in qemu_spice_add_interface()
980 qemu_add_opts(&qemu_spice_opts); in spice_register_config()