[libvirt] [PATCH] backup: Add news entry for checkpoints

Eric Blake posted 1 patch 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190730215259.7112-1-eblake@redhat.com
docs/news.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
[libvirt] [PATCH] backup: Add news entry for checkpoints
Posted by Eric Blake 4 years, 8 months ago
Checkpoints are definitely a news-worthy addition, even if the
virDomainBackup API is not going to make it until a later release.

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 1134309ec2..c7ac960523 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -63,6 +63,17 @@
           <code>bochs-display</code> device that was added in qemu version 3.0.
         </description>
       </change>
+      <change>
+        <summary>
+          api: new virDomainCheckpoint APIs
+        </summary>
+        <description>
+          Introduce several new APIs for creating and managing
+          checkpoints in the test and qemu drivers (the latter
+          requires qcow2 images). Checkpoints serve as a way to tell
+          which portions of a disk have changed since a point in time.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] backup: Add news entry for checkpoints
Posted by Andrea Bolognani 4 years, 8 months ago
On Tue, 2019-07-30 at 16:52 -0500, Eric Blake wrote:
> backup: Add news entry for checkpoints

s/backup/news/

With that changed

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

and safe for freeze. Thanks for taking care of the release notes!

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list