Re: [Qemu-devel] [PATCH v3 5/9] s390x/ccw: create s390 phb conditionally

2017-07-26 Thread Christian Borntraeger
On 07/25/2017 05:33 PM, Cornelia Huck wrote: > Don't create the s390 pci host bridge if we do not provide the zpci > facility. > > Reviewed-by: Thomas Huth > Signed-off-by: Cornelia Huck Acked-by: Christian Borntraeger > --- > hw/s390x/s390-virtio-ccw.c | 12 +++- > 1 file changed

[Qemu-devel] [PATCH v3 5/9] s390x/ccw: create s390 phb conditionally

2017-07-25 Thread Cornelia Huck
Don't create the s390 pci host bridge if we do not provide the zpci facility. Reviewed-by: Thomas Huth Signed-off-by: Cornelia Huck --- hw/s390x/s390-virtio-ccw.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-c