This update for qemu fixes several issues.
This security issue was fixed:
CVE-2018-3639: Spectre v4 vulnerability mitigation support for KVM guests (bsc#1092885).
Systems with microprocessors utilizing speculative execution and speculative execution of memory reads before the addresses of all prior memory writes are known may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis.
This patch permits the new x86 cpu feature flag named 'ssbd' to be presented to the guest, given that the host has this feature, and KVM exposes it to the guest as well.
For this feature to be enabled please use the qemu commandline -cpu $MODEL,+spec-ctrl,+ssbd so the guest OS can take advantage of the feature.
spec-ctrl and ssbd support is also required in the host.
This feature was added:
This non-security issue was fixed:
{ "binaries": [ { "qemu-tools": "2.6.2-41.40.1", "qemu": "2.6.2-41.40.1", "qemu-guest-agent": "2.6.2-41.40.1", "qemu-block-curl": "2.6.2-41.40.1", "qemu-lang": "2.6.2-41.40.1", "qemu-ipxe": "1.0.0-41.40.1", "qemu-kvm": "2.6.2-41.40.1", "qemu-seabios": "1.9.1-41.40.1", "qemu-block-ssh": "2.6.2-41.40.1", "qemu-vgabios": "1.9.1-41.40.1", "qemu-x86": "2.6.2-41.40.1", "qemu-sgabios": "8-41.40.1", "qemu-block-rbd": "2.6.2-41.40.1" } ] }