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