Re: [PATCH] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf

2020-06-09 Thread Laurent Vivier
Le 06/06/2020 à 09:02, Philippe Mathieu-Daudé a écrit : > Replace a deprecated DPRINTF() call by qemu_log_mask(LOG_UNIMP). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/misc/auxbus.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/misc/auxbus.c b/hw/misc/auxbu

Re: [PATCH] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf

2020-06-06 Thread Thomas Huth
On 06/06/2020 09.02, Philippe Mathieu-Daudé wrote: > Replace a deprecated DPRINTF() call by qemu_log_mask(LOG_UNIMP). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/misc/auxbus.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/misc/auxbus.c b/hw/misc/auxbus.c >

Re: [PATCH] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf

2020-06-06 Thread Richard Henderson
On 6/6/20 12:02 AM, Philippe Mathieu-Daudé wrote: > Replace a deprecated DPRINTF() call by qemu_log_mask(LOG_UNIMP). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/misc/auxbus.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf

2020-06-06 Thread Philippe Mathieu-Daudé
Replace a deprecated DPRINTF() call by qemu_log_mask(LOG_UNIMP). Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/auxbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/auxbus.c b/hw/misc/auxbus.c index f8e7b97971..06aabf20c5 100644 --- a/hw/misc/auxbus.c +++ b/hw/