Re: [Qemu-devel] [PATCH v3 3/9] s390x: chsc nt2 events are pci-only

2017-07-26 Thread Cornelia Huck
On Wed, 26 Jul 2017 08:59:10 +0200 Thomas Huth wrote: > On 25.07.2017 17:33, Cornelia Huck wrote: > > The nt2 event class is pci-only - don't look for events if pci is > > not in the active cpu model. > > > > Signed-off-by: Cornelia Huck > > --- > > hw/s390x/s390-pci-bus.c | 4 ++-- > > hw/s

Re: [Qemu-devel] [PATCH v3 3/9] s390x: chsc nt2 events are pci-only

2017-07-25 Thread Thomas Huth
On 25.07.2017 17:33, Cornelia Huck wrote: > The nt2 event class is pci-only - don't look for events if pci is > not in the active cpu model. > > Signed-off-by: Cornelia Huck > --- > hw/s390x/s390-pci-bus.c | 4 ++-- > hw/s390x/s390-pci-bus.h | 4 ++-- > hw/s390x/s390-pci-stub.c | 4 ++-- >

[Qemu-devel] [PATCH v3 3/9] s390x: chsc nt2 events are pci-only

2017-07-25 Thread Cornelia Huck
The nt2 event class is pci-only - don't look for events if pci is not in the active cpu model. Signed-off-by: Cornelia Huck --- hw/s390x/s390-pci-bus.c | 4 ++-- hw/s390x/s390-pci-bus.h | 4 ++-- hw/s390x/s390-pci-stub.c | 4 ++-- target/s390x/ioinst.c| 16 4 files chan