hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
commit00a946a3cb2568033f8f5c1a7769c5239a429c94
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 26 May 2020 06:22:51 +0000 (26 08:22 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 28 May 2020 09:38:57 +0000 (28 11:38 +0200)
treeb86879aa6b82f354ce743314b21e3df44d9043c5
parentb3caeaf2c863bbf0e57c789d2ee6923f7d3bfe4f
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)

Replace fprintf() call by qemu_log_mask(LOG_UNIMP), which is
disabled by default. This avoid flooding the terminal when
fuzzing the device.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20200526062252.19852-14-f4bug@amsat.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/omap_dss.c