[PATCH 0/2] hw/gpio: Replace printf() calls by qemu_log_mask()

Philippe Mathieu-Daudé posted 2 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
hw/gpio/max7310.c   | 11 +++++------
hw/gpio/omap_gpio.c |  6 ++++--
2 files changed, 9 insertions(+), 8 deletions(-)
[PATCH 0/2] hw/gpio: Replace printf() calls by qemu_log_mask()
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
Trivial patches logging via qemu_log_mask() instead
of using stdio directly.

Philippe Mathieu-Daudé (2):
  hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
  hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)

 hw/gpio/max7310.c   | 11 +++++------
 hw/gpio/omap_gpio.c |  6 ++++--
 2 files changed, 9 insertions(+), 8 deletions(-)

-- 
2.26.2