diff --git a/docs/news.xml b/docs/news.xml index b491d38249..7e9395b969 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -91,6 +91,44 @@ indication for users (and devs). + + + apparmor: Update for QEMU 2.10 compatibility + + + Starting with QEMU 2.10, disk images and NVRAM files get + automatically locked to prevent them from being corrupted; however, + file locking needs to be explicitly allowed through + virt-aa-helper or AppArmor will reject the requests and + the guest will not be able to run. + + + + + virsh: List Unix sockets in 'domdisplay' output + + + VNC and SPICE graphics can use Unix sockets instead of TCP/IP sockets + as connection endpoints, but such a configuration was not handled + correctly by virsh domdisplay, causing the respective + endpoints to be missing from the output. + + + + + qemu: Don't check whether offline migration is safe + + + Since offline migration only copies the guest definition to the + destination host, data corruption is not a concern and the operation + can always be performed safely. + + + + + virt-host-validate: Fix IOMMU detection on ppc64 + +
@@ -125,6 +163,35 @@ are missing during startup. + + + qemu: Prevent pSeries guests from disappearing in some situations + + + pSeries guest would disappear if any of the host devices they were + configured to use was not available during libvirtd startup, which + could easily happen for SR-IOV Virtual Functions. This scenario is + now handled correctly. + + + + + qemu: Honor <on_reboot/> setting + + + The setting was accepted by the parser, but not actually implemented. + + + + + Fix --verbose option for all daemons + + + Since v3.0.0, the option had been ignored by all libvirt deamons + (libvirtd, virtlogd and + virtlockd); it's now working as intended once again. + +