Re: [Qemu-devel] [PATCH v5 04/14] xics: replace fprintf with error_report

2013-09-26 Thread David Gibson
On Thu, Sep 26, 2013 at 04:18:38PM +1000, Alexey Kardashevskiy wrote: > This replaces old-style fprintf with new style error_report. > > Signed-off-by: Alexey Kardashevskiy > Reviewed-by: Andreas Färber Trivial. Acked-by: David Gibson -- David Gibson| I'll have my music

[Qemu-devel] [PATCH v5 04/14] xics: replace fprintf with error_report

2013-09-25 Thread Alexey Kardashevskiy
This replaces old-style fprintf with new style error_report. Signed-off-by: Alexey Kardashevskiy Reviewed-by: Andreas Färber --- hw/intc/xics.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/intc/xics.c b/hw/intc/xics.c index a0d71ef..666888d 100644 --- a/hw/intc/xi