]> Git Repo - qemu.git/commit
s390x/ccw: create s390 phb for compat reasons as well
authorCornelia Huck <[email protected]>
Fri, 15 Sep 2017 09:45:23 +0000 (11:45 +0200)
committerCornelia Huck <[email protected]>
Tue, 19 Sep 2017 16:31:32 +0000 (18:31 +0200)
commit8ad9087c4a07ad1a19ae03ffd2c504f5fba40e84
treeba2a155c0634dd04ae1bf662e6529371790f1eae
parent3aa35fcffcf0fe22ac48d4277ed6057ae3e57ce0
s390x/ccw: create s390 phb for compat reasons as well

d32bd032d8 ("s390x/ccw: create s390 phb conditionally") made
registering the s390 pci host bridge conditional on presense
of the zpci facility bit. Sadly, that breaks migration from
machines that did not use the cpu model (2.7 and previous).

Create the s390 phb for pre-cpu model machines as well: We can
tweak s390_has_feat() to always indicate the zpci facility bit
when no cpu model is available (on 2.7 and previous compat machines).

Fixes: d32bd032d8 ("s390x/ccw: create s390 phb conditionally")
Acked-by: Christian Borntraeger <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/cpu_models.c
This page took 0.026377 seconds and 4 git commands to generate.