From: Peter Krempa Date: Tue, 21 Jul 2026 14:53:30 +0000 (+0200) Subject: libvirt-qemu: Document that 'virDomainQemuAttach' no longer works X-Git-Tag: v12.6.0-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db06894f053850c26c37e47eecf5509dc0cf0c65;p=thirdparty%2Flibvirt.git libvirt-qemu: Document that 'virDomainQemuAttach' no longer works 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 Reviewed-by: Ján Tomko --- 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. *