When fuzzing the devices, we don't want the whole process to exit calling hw_error(). Replace these calls by qemu_log_mask LOG_GUEST_ERROR/LOG_UNIMP when possible.
Since v1: Fixed uninitialized variable Philippe Mathieu-Daudé (4): hw/arm/integratorcp: Replace hw_error() by qemu_log_mask() hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask() hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask() hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask() hw/arm/integratorcp.c | 23 +++++++++++++++-------- hw/arm/pxa2xx_gpio.c | 7 ++++--- hw/char/xilinx_uartlite.c | 5 +++-- hw/display/pxa2xx_lcd.c | 8 +++++--- hw/dma/pxa2xx_dma.c | 14 +++++++++----- hw/timer/exynos4210_mct.c | 12 +++++------- 6 files changed, 41 insertions(+), 28 deletions(-) -- 2.21.3