From 496afd354f6d732a3f62e6c1b50030c834400510 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 3 Jun 2025 09:26:17 +0200 Subject: [PATCH] NEWS: Document removal of support of VIR_DUMP_LIVE flag from QEMU driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 160aac0b31..b97f86ffb6 100644 --- 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** -- 2.47.3