From: Peter Krempa Date: Mon, 27 Mar 2017 15:35:34 +0000 (+0200) Subject: news: Update after recent commits X-Git-Tag: v3.2.0-rc2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63d54e558247fb5faf03d5613a8c406a3646d03;p=thirdparty%2Flibvirt.git news: Update after recent commits Mention the hyperv notifier and the new API to set block thresholds. --- diff --git a/docs/news.xml b/docs/news.xml index 17186b954b..b2e21efcae 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -81,6 +81,20 @@ with 'invtsc' CPU feature turned on. + + + Add support for block device threshold event + + + 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. + +
@@ -105,6 +119,17 @@ applications running on the platform. + + + Write hyperv crash information into vm log + + + 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. + +