From: Peter Krempa <[email protected]> The qemu driver support was removed in libvirt 5.5.0 but the top level documentation for the API didn't mention that yet.
Signed-off-by: Peter Krempa <[email protected]> --- src/libvirt-qemu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libvirt-qemu.c b/src/libvirt-qemu.c index d6c68083f2..c4cbc49ef7 100644 --- a/src/libvirt-qemu.c +++ b/src/libvirt-qemu.c @@ -202,6 +202,9 @@ virDomainQemuMonitorCommandWithFiles(virDomainPtr domain, * @pid_value: the UNIX process ID of the external QEMU process * @flags: optional flags, currently unused * + * This API is not functional since libvirt 5.5.0 as support in the QEMU driver + * was removed. + * * This API is QEMU specific, so it will only work with hypervisor * connections to the QEMU driver. * -- 2.55.0
