hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 6 Jun 2020 07:02:16 +0000 (09:02 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 9 Jun 2020 17:14:47 +0000 (19:14 +0200)
commitd263425bce8620d608410e68e492adb7ef072465
tree53fddaaa1af1a45b8097daca746fc9efcbd28387
parent18cdeb72bb9ad7a574be68175e72068ced70e443
hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf

Replace a deprecated DPRINTF() call by qemu_log_mask(LOG_UNIMP).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200606070216.30952-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/misc/auxbus.c