]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document removal of support of VIR_DUMP_LIVE flag from QEMU driver
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Jun 2025 07:26:17 +0000 (09:26 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Jun 2025 14:51:32 +0000 (16:51 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index 160aac0b31a77304066a77c7d91b805bbbe349af..b97f86ffb6021ea48feff374a381d79d47f9e164 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -15,6 +15,13 @@ v11.5.0 (unreleased)
 
 * **Removed features**
 
+  * qemu: Don't accept VIR_DUMP_LIVE flag in virDomainCoreDumpWithFormat()
+
+    Unfortunately, QEMU always pauses vCPUs when doing a core dump. Therefore,
+    there is no way for Libvirt to honor VIR_DUMP_LIVE flag semantics. Instead
+    of silently pretending the flag works, an appropriate error is now
+    reported.
+
 * **New features**
 
 * **Improvements**