From: Daniel P. Berrange Date: Wed, 11 Jan 2017 16:32:59 +0000 (+0000) Subject: news: document events changes and lxc fix X-Git-Tag: v3.0.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e2fe2de30095a6b2f4efd4c9fba021358a9e3d;p=thirdparty%2Flibvirt.git news: document events changes and lxc fix Signed-off-by: Daniel P. Berrange --- diff --git a/docs/news.xml b/docs/news.xml index ffeb345b64..26efa3e21b 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -12,6 +12,25 @@
+ + + Domain events for metadata content changes + + + The domain events framework has a new event ID that can + be used to get notifications when domain metadata content + changes. + + + + + Event notifications for the secret object + + + The secret object now supports event notifications, covering + lifcycle changes and secret value changes. + + New localPtr attribute for "ip" element in network XML @@ -161,6 +180,17 @@
+ + + lxc: fix accidental killing of containers during libvirtd restart + + + The libvirt_lxc process was previously not moved into the + container scope. As a result, if systemd reloads its config + after a container is started, when libvirtd is later restarted + it will accidentally kill the containers. + + qemu: Correct GetBlockInfo values