[Qemu-devel] [PATCH 00/11] hw/arm: use qemu_log_mask instead of fprintf

Philippe Mathieu-Daudé posted 11 patches 5 years, 10 months ago
Only 10 patches received!
There is a newer version of this series
include/hw/arm/omap.h   | 20 +++++++-----
hw/arm/stellaris.c      |  2 +-
hw/dma/omap_dma.c       | 72 ++++++++++++++++++++++++++---------------
hw/i2c/omap_i2c.c       | 23 ++++++++-----
hw/input/pckbd.c        |  4 ++-
hw/input/tsc2005.c      | 14 +++++---
hw/net/smc91c111.c      |  9 ++++--
hw/net/stellaris_enet.c |  9 ++++--
hw/sd/omap_mmc.c        | 13 +++++---
hw/ssi/omap_spi.c       | 15 ++++++---
10 files changed, 119 insertions(+), 62 deletions(-)
[Qemu-devel] [PATCH 00/11] hw/arm: use qemu_log_mask instead of fprintf
Posted by Philippe Mathieu-Daudé 5 years, 10 months ago
Hi,

This series is another collection of trivial patches from
different stagnating branches, OMAP and Stellaris. Time to
share before loosing them.

Regards,

Phil.

Philippe Mathieu-Daudé (11):
  hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
  hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
  hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
  hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
  hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
  hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
  hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
  hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
  hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
  hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
  hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error

 include/hw/arm/omap.h   | 20 +++++++-----
 hw/arm/stellaris.c      |  2 +-
 hw/dma/omap_dma.c       | 72 ++++++++++++++++++++++++++---------------
 hw/i2c/omap_i2c.c       | 23 ++++++++-----
 hw/input/pckbd.c        |  4 ++-
 hw/input/tsc2005.c      | 14 +++++---
 hw/net/smc91c111.c      |  9 ++++--
 hw/net/stellaris_enet.c |  9 ++++--
 hw/sd/omap_mmc.c        | 13 +++++---
 hw/ssi/omap_spi.c       | 15 ++++++---
 10 files changed, 119 insertions(+), 62 deletions(-)

-- 
2.18.0.rc2