diff --git a/docs/news.xml b/docs/news.xml index 56b1e36d38..acb63709da 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -90,6 +90,22 @@ configure option. + + + qemu: Support cold-unplug of sound devices + + + + + qemu: Implement VIR_MIGRATE_PARAM_TLS_DESTINATION + + + This flag, which can be enabled using virsh's + --tls-destination option, allows migration to succeed + in situations where there is a mismatch between the destination's + hostname and the information stored in its TLS certificate. + +
@@ -120,6 +136,24 @@ lzop should be used. + + + domain: Improve job stat handling + + + It is now possible to retrieve stats for completed and failed jobs. + + + + + qemu: Don't hold monitor and agent job at the same time + + + Before this change, a malicious (or buggy) + qemu-guest-agent running in the guest could make other + libvirt APIs unavailable for an unbounded amount of time. + +
@@ -135,6 +169,25 @@ now links to the knowledge base which summarizes how to fix the images. + + + qemu: Fix non-shared storage migration over NBD + + + + + qemu: Generate a single MAC address for hotplugged network devices + + + Since libvirt 4.6.0, when hotplugging a network device that didn't + have a MAC address already assigned by the user, two separate + addresses would be generated: one for the live configuration, which + would show up immediately, and one for the inactive configuration, + which would show up after the first reboot. This situation was + clearly undesirable, so a single MAC address is now generated and + used both for the live configuration and the inactive one. + +