[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask()
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask() |
Date: |
Mon, 18 May 2020 16:03:05 +0200 |
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
- [PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask(),
Philippe Mathieu-Daudé <=
- [PATCH v2 1/4] hw/arm/integratorcp: Replace hw_error() by qemu_log_mask(), Philippe Mathieu-Daudé, 2020/05/18
- [PATCH v2 2/4] hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask(), Philippe Mathieu-Daudé, 2020/05/18
- [PATCH v2 3/4] hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask(), Philippe Mathieu-Daudé, 2020/05/18
- [PATCH v2 4/4] hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask(), Philippe Mathieu-Daudé, 2020/05/18
- Re: [PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask(), Peter Maydell, 2020/05/21