]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libvirt-qemu: Document that 'virDomainQemuAttach' no longer works
authorPeter Krempa <pkrempa@redhat.com>
Tue, 21 Jul 2026 14:53:30 +0000 (16:53 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Jul 2026 14:17:39 +0000 (16:17 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/libvirt-qemu.c

index d6c68083f2ae7b2c606389e401b747a0cb40f74e..c4cbc49ef78332eb564c93827ffc84910ebde043 100644 (file)
@@ -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.
  *