Re: [Qemu-devel] [PATCH RFC 2/7] s390x: chsc nt2 events are pci-only

2017-07-07 Thread Cornelia Huck
On Fri, 7 Jul 2017 15:01:59 +0200 Christian Borntraeger wrote: > On 07/07/2017 02:21 PM, Cornelia Huck wrote: > > The nt2 event class is pci-only and therefore implemented in > > the s390x pci code. Properly stub it out for non-pci builds. > > > > Signed-off-by: Cornelia Huck > > --- > > hw/s3

Re: [Qemu-devel] [PATCH RFC 2/7] s390x: chsc nt2 events are pci-only

2017-07-07 Thread Christian Borntraeger
On 07/07/2017 02:21 PM, Cornelia Huck wrote: > The nt2 event class is pci-only and therefore implemented in > the s390x pci code. Properly stub it out for non-pci builds. > > Signed-off-by: Cornelia Huck > --- > hw/s390x/s390-pci-bus.c | 4 ++-- > hw/s390x/s390-pci-bus.h | 4 ++-- > target/s39

[Qemu-devel] [PATCH RFC 2/7] s390x: chsc nt2 events are pci-only

2017-07-07 Thread Cornelia Huck
The nt2 event class is pci-only and therefore implemented in the s390x pci code. Properly stub it out for non-pci builds. Signed-off-by: Cornelia Huck --- hw/s390x/s390-pci-bus.c | 4 ++-- hw/s390x/s390-pci-bus.h | 4 ++-- target/s390x/ioinst.c | 18 ++ 3 files changed, 22 in