Re: [Qemu-devel] [PATCH 1/2] s390/pci: add error event support

2014-12-09 Thread Cornelia Huck
On Fri, 5 Dec 2014 10:19:58 +0100 Frank Blaschka wrote: > From: Frank Blaschka > > This patch adds support to generate s390 pci error events It also uses the new infrastructure for iota error handling (which confused me when I read this), so I modified the patch description to read: "This pa

[Qemu-devel] [PATCH 1/2] s390/pci: add error event support

2014-12-05 Thread Frank Blaschka
From: Frank Blaschka This patch adds support to generate s390 pci error events Signed-off-by: Frank Blaschka --- hw/s390x/s390-pci-bus.c | 50 +--- hw/s390x/s390-pci-bus.h | 35 +++- hw/s390x/s390-pci-inst.c | 86 +++