]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Update after recent commits
authorPeter Krempa <pkrempa@redhat.com>
Mon, 27 Mar 2017 15:35:34 +0000 (17:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 28 Mar 2017 12:07:44 +0000 (14:07 +0200)
Mention the hyperv notifier and the new API to set block thresholds.

docs/news.xml

index 17186b954b930a70c4d7c6b784e07ba258381389..b2e21efcaee191cd060a104a37c4eb38993afe09 100644 (file)
           with 'invtsc' CPU feature turned on.
         </description>
       </change>
+      <change>
+        <summary>
+          Add support for block device threshold event
+        </summary>
+        <description>
+          When using thin provisioning, management tools need to resize the
+          disk in certain cases. To avoid having them to poll disk usage
+          this version introduces an event which will be fired when a given
+          offset of the storage is written by the hypervisor. Together with the
+          API it allows registering thresholds for given storage backing
+          volumes and this event will then notify management if the threshold
+          is exceeded. Currently only the qemu driver supports this.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>
           applications running on the platform.
         </description>
       </change>
+      <change>
+        <summary>
+          Write hyperv crash information into vm log
+        </summary>
+        <description>
+          qemu's implementation of the hyperv panic notifier now reports
+          information about the crash from the guest os. Starting with this
+          version, libvirt logs the information to the vm log file for possible
+          debugging.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>