On Mon, 18 May 2020 at 15:03, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > 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()
Applied to target-arm.next, thanks. -- PMM