]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/kvm: Handle bpb feature
authorChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 18 Jan 2018 08:56:27 +0000 (09:56 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 29 Jan 2018 14:32:50 +0000 (08:32 -0600)
commit4d79c0e434110219c4de108bda9af13d927f2956
treeeaf2939028b4d119d4bdd497fcf615bef3d3a0fe
parent098132386d08b0384beca20c4c55d6e8dfbbaa52
s390x/kvm: Handle bpb feature

We need to handle the bpb control on reset and migration. Normally
stfle.82 is transparent (and the normal guest part works without
hypervisor activity). To prevent any issues we require full
host kernel support for this feature.

Cc: qemu-stable@nongnu.org
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20180118085628.40798-3-borntraeger@de.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
[CH: 'Branch Prediction Blocking' -> 'Branch prediction blocking']
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
(cherry picked from commit b073c87517d4d348c7bac0f0b35e8e83e6354d82)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/s390x/cpu.c
target/s390x/cpu.h
target/s390x/cpu_features.c
target/s390x/cpu_features_def.h
target/s390x/gen-features.c
target/s390x/kvm.c
target/s390x/machine.c