Re: [Qemu-devel] [PATCH v3 2/4] hw/openrisc: Use stderr output instead of qemu_log
On 22 July 2013 09:56, Jia Liu wrote: > We should use stderr output instead of qemu_log in order to output ErrMsg > onto the screen. > > Signed-off-by: Jia Liu Reviewed-by: Peter Maydell -- PMM
[Qemu-devel] [PATCH v3 2/4] hw/openrisc: Use stderr output instead of qemu_log
We should use stderr output instead of qemu_log in order to output ErrMsg onto the screen. Signed-off-by: Jia Liu --- hw/openrisc/openrisc_sim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/openrisc/openrisc_sim.c b/hw/openrisc/openrisc_sim.c index 250f5b5..a08f27c