]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Add news entry for checkpoints
authorEric Blake <eblake@redhat.com>
Tue, 30 Jul 2019 21:51:48 +0000 (16:51 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 31 Jul 2019 13:10:22 +0000 (08:10 -0500)
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>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index c93de59afc55aa79d8e203cdb170130022a7e543..82a4ec9c84c81a0b6f00885cb02001c6c518ff4b 100644 (file)
           <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>