Re: [Qemu-devel] [PATCH 2/3] hw/ppc: use error_report instead of fprintf

2016-07-25 Thread Cédric Le Goater
On 07/26/2016 07:58 AM, David Gibson wrote: > On Mon, Jul 25, 2016 at 04:24:42PM +0200, Cédric Le Goater wrote: >> Signed-off-by: Cédric Le Goater > > So, when I did some previous conversions to error_report(), I left out > the DT code, in the hopes I'd obsolete it with a more thorough > cleanup.

Re: [Qemu-devel] [PATCH 2/3] hw/ppc: use error_report instead of fprintf

2016-07-25 Thread David Gibson
On Mon, Jul 25, 2016 at 04:24:42PM +0200, Cédric Le Goater wrote: > Signed-off-by: Cédric Le Goater So, when I did some previous conversions to error_report(), I left out the DT code, in the hopes I'd obsolete it with a more thorough cleanup. Since that won't happen for a while yet, I'm happy en

[Qemu-devel] [PATCH 2/3] hw/ppc: use error_report instead of fprintf

2016-07-25 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- hw/ppc/spapr.c | 12 ++-- hw/ppc/spapr_drc.c | 8 hw/ppc/spapr_iommu.c | 4 ++-- hw/ppc/spapr_rtas.c | 13 +++-- hw/ppc/spapr_vio.c | 3 ++- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/hw/ppc/spapr.c b