Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-08 Thread David Hildenbrand
On 08.11.18 14:35, Cornelia Huck wrote: > On Mon, 5 Nov 2018 12:03:13 +0100 > David Hildenbrand wrote: > >> Right now, errors during realize()/pre_plug/plug of the zPCI device >> would result in QEMU crashing instead of failing nicely when creating >> a zPCI device for a PCI device. >> >> Signed

Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-08 Thread Cornelia Huck
On Mon, 5 Nov 2018 12:03:13 +0100 David Hildenbrand wrote: > Right now, errors during realize()/pre_plug/plug of the zPCI device > would result in QEMU crashing instead of failing nicely when creating > a zPCI device for a PCI device. > > Signed-off-by: David Hildenbrand > --- > hw/s390x/s390

Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-08 Thread Cornelia Huck
On Mon, 5 Nov 2018 13:46:10 +0100 David Hildenbrand wrote: > On 05.11.18 13:41, Cornelia Huck wrote: > > On Mon, 5 Nov 2018 13:04:04 +0100 > > Thomas Huth wrote: > > > >> On 2018-11-05 12:03, David Hildenbrand wrote: > >>> Right now, errors during realize()/pre_plug/plug of the zPCI device

Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-07 Thread Collin Walling
On 11/5/18 6:03 AM, David Hildenbrand wrote: > Right now, errors during realize()/pre_plug/plug of the zPCI device > would result in QEMU crashing instead of failing nicely when creating > a zPCI device for a PCI device. > > Signed-off-by: David Hildenbrand > --- > hw/s390x/s390-pci-bus.c | 25 +

Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-05 Thread David Hildenbrand
On 05.11.18 13:41, Cornelia Huck wrote: > On Mon, 5 Nov 2018 13:04:04 +0100 > Thomas Huth wrote: > >> On 2018-11-05 12:03, David Hildenbrand wrote: >>> Right now, errors during realize()/pre_plug/plug of the zPCI device >>> would result in QEMU crashing instead of failing nicely when creating >>>

Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-05 Thread Cornelia Huck
On Mon, 5 Nov 2018 13:04:04 +0100 Thomas Huth wrote: > On 2018-11-05 12:03, David Hildenbrand wrote: > > Right now, errors during realize()/pre_plug/plug of the zPCI device > > would result in QEMU crashing instead of failing nicely when creating > > a zPCI device for a PCI device. Yeah, failing

Re: [Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-05 Thread Thomas Huth
On 2018-11-05 12:03, David Hildenbrand wrote: > Right now, errors during realize()/pre_plug/plug of the zPCI device > would result in QEMU crashing instead of failing nicely when creating > a zPCI device for a PCI device. > > Signed-off-by: David Hildenbrand > --- > hw/s390x/s390-pci-bus.c | 25

[Qemu-devel] [PATCH v1 4/4] s390x/zpci: properly fail if the zPCI device cannot be created

2018-11-05 Thread David Hildenbrand
Right now, errors during realize()/pre_plug/plug of the zPCI device would result in QEMU crashing instead of failing nicely when creating a zPCI device for a PCI device. Signed-off-by: David Hildenbrand --- hw/s390x/s390-pci-bus.c | 25 +++-- 1 file changed, 19 insertions(+),