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

2013-09-26 Thread Alexey Kardashevskiy
This replaces old-style fprintf with new style error_report. Signed-off-by: Alexey Kardashevskiy a...@ozlabs.ru Reviewed-by: Andreas Färber afaer...@suse.de --- 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

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 a...@ozlabs.ru Reviewed-by: Andreas Färber afaer...@suse.de Trivial. Acked-by: David Gibson da...@gibson.dropbear.id.au --