From: Michal Privoznik Date: Tue, 3 Jun 2025 07:26:17 +0000 (+0200) Subject: NEWS: Document removal of support of VIR_DUMP_LIVE flag from QEMU driver X-Git-Tag: v11.5.0-rc1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=496afd354f6d732a3f62e6c1b50030c834400510;p=thirdparty%2Flibvirt.git NEWS: Document removal of support of VIR_DUMP_LIVE flag from QEMU driver Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- 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**