Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_capabilities.h467 QEMU_CAPS_SCREENDUMP_DEVICE, /* screendump command accepts device & head */ enumerator
H A Dqemu_capabilities.c1585 { "screendump/arg-type/device", QEMU_CAPS_SCREENDUMP_DEVICE },
H A Dqemu_driver.c3394 if (!virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_SCREENDUMP_DEVICE)) { in qemuDomainScreenshot()