This update for xen fixes the following issues:
Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)
These updates contain the XEN Hypervisor adjustments, that additionaly also use CPU Microcode updates.
The mitigation can be controlled via the 'mds' commandline option, see the documentation.
For more information on this set of vulnerabilities, check out https://www.suse.com/support/kb/doc/?id=7023736
Other fixes:
Added code to change LIBXLHOTPLUGTIMEOUT at runtime.
The included README has details about the impact of this change (bsc#1120095)
Fixes in Live migrating PV domUs
An earlier change broke live migration of PV domUs without a device model. The migration would stall for 10 seconds while the domU was paused, which caused network connections to drop. Fix this by tracking the need for a device model within libxl. (bsc#1079730, bsc#1098403, bsc#1111025)
Libvirt segfault when crash triggered on top of HVM guest (bsc#1120067)