[libvirt] [PATCH] qemu: document snapshot-related fixes in the release notes

--- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 50c3b3e..043d1fe 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -225,6 +225,15 @@ for x86_64 HVM domains. </description> </change> + <change> + <summary> + qemu: snapshot-related fixes + </summary> + <description> + Properly handle image locking and stop looking for a compression + program when the memory image format is "raw". + </description> + </change> </section> </release> <release version="v2.5.0" date="2016-12-04"> -- 2.7.4

On Fri, Jan 13, 2017 at 17:22:15 +0100, Andrea Bolognani wrote:
--- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 50c3b3e..043d1fe 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -225,6 +225,15 @@ for x86_64 HVM domains. </description> </change> + <change> + <summary> + qemu: snapshot-related fixes + </summary> + <description> + Properly handle image locking and stop looking for a compression + program when the memory image format is "raw". + </description> + </change> </section> </release> <release version="v2.5.0" date="2016-12-04">
ACK, although I don't really think that this explains much. I don't really find those patches worth documenting.
participants (2)
-
Andrea Bolognani
-
Peter Krempa