[Qemu-devel] [PULL v4 09/12] lm32_sys: print test result on stderr

2014-01-20 Thread Michael Walle
Do not use qemu_log(). Signed-off-by: Michael Walle --- hw/misc/lm32_sys.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/lm32_sys.c b/hw/misc/lm32_sys.c index 8176cdb..6af0cca 100644 --- a/hw/misc/lm32_sys.c +++ b/hw/misc/lm32_sys.c @@ -80,7 +80,7 @@ static void

Re: [Qemu-devel] [PULL v4 09/12] lm32_sys: print test result on stderr

2014-02-01 Thread Peter Maydell
On 20 January 2014 19:34, Michael Walle wrote: > Do not use qemu_log(). > > Signed-off-by: Michael Walle > --- > hw/misc/lm32_sys.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/misc/lm32_sys.c b/hw/misc/lm32_sys.c > index 8176cdb..6af0cca 100644 > --- a/hw/misc/

Re: [Qemu-devel] [PULL v4 09/12] lm32_sys: print test result on stderr

2014-02-01 Thread Michael Walle
Am Samstag, 1. Februar 2014, 19:00:01 schrieb Peter Maydell: > On 20 January 2014 19:34, Michael Walle wrote: > > Do not use qemu_log(). > > > > Signed-off-by: Michael Walle > > --- > > > > hw/misc/lm32_sys.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/hw

Re: [Qemu-devel] [PULL v4 09/12] lm32_sys: print test result on stderr

2014-02-03 Thread Michael Walle
Am 2014-02-01 21:31, schrieb Michael Walle: Am Samstag, 1. Februar 2014, 19:00:01 schrieb Peter Maydell: On 20 January 2014 19:34, Michael Walle wrote: > Do not use qemu_log(). > > Signed-off-by: Michael Walle > --- > > hw/misc/lm32_sys.c |2 +- > 1 file changed, 1 insertion(+), 1 deletio

Re: [Qemu-devel] [PULL v4 09/12] lm32_sys: print test result on stderr

2014-02-03 Thread Peter Maydell
On 3 February 2014 22:39, Michael Walle wrote: > Am 2014-02-01 21:31, schrieb Michael Walle: > >> Am Samstag, 1. Februar 2014, 19:00:01 schrieb Peter Maydell: >>> >>> On 20 January 2014 19:34, Michael Walle wrote: >>> > Do not use qemu_log(). >>> > >>> > Signed-off-by: Michael Walle >>> > --- >>

Re: [Qemu-devel] [PULL v4 09/12] lm32_sys: print test result on stderr

2014-02-04 Thread Michael Walle
Am 2014-02-03 23:59, schrieb Peter Maydell: On 3 February 2014 22:39, Michael Walle wrote: Am 2014-02-01 21:31, schrieb Michael Walle: Am Samstag, 1. Februar 2014, 19:00:01 schrieb Peter Maydell: On 20 January 2014 19:34, Michael Walle wrote: > Do not use qemu_log(). > > Signed-off-by: Mic