Re: [Qemu-devel] [PATCH] ppc/pnv: fix pnv_core_realize() error handling

2018-06-26 Thread David Gibson
On Tue, Jun 26, 2018 at 04:22:14PM +0200, Cédric Le Goater wrote: > commit d35aefa9ae15 ("ppc/pnv: introduce a new intc_create() operation > to the chip model") changed the object link in the pnv_core_realize() > routine but a return was forgotten in case of error, which can lead to > more problems

Re: [Qemu-devel] [PATCH] ppc/pnv: fix pnv_core_realize() error handling

2018-06-26 Thread Philippe Mathieu-Daudé
On 06/26/2018 11:22 AM, Cédric Le Goater wrote: > commit d35aefa9ae15 ("ppc/pnv: introduce a new intc_create() operation > to the chip model") changed the object link in the pnv_core_realize() > routine but a return was forgotten in case of error, which can lead to > more problems afterwards (segv)

[Qemu-devel] [PATCH] ppc/pnv: fix pnv_core_realize() error handling

2018-06-26 Thread Cédric Le Goater
commit d35aefa9ae15 ("ppc/pnv: introduce a new intc_create() operation to the chip model") changed the object link in the pnv_core_realize() routine but a return was forgotten in case of error, which can lead to more problems afterwards (segv) Signed-off-by: Cédric Le Goater --- hw/ppc/pnv_core.