All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/arm: Replace hw_error() by qemu_log_mask()
@ 2020-05-18  9:51 Philippe Mathieu-Daudé
  2020-05-18  9:52 ` [PATCH 1/4] hw/arm/integratorcp: " Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-18  9:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Igor Mitsyanko, Alistair Francis,
	Philippe Mathieu-Daudé,
	Marc-André Lureau, qemu-arm, Paolo Bonzini,
	Edgar E. Iglesias

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.

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 | 10 ++++------
 6 files changed, 40 insertions(+), 27 deletions(-)

-- 
2.21.3



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-18 13:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18  9:51 [PATCH 0/4] hw/arm: Replace hw_error() by qemu_log_mask() Philippe Mathieu-Daudé
2020-05-18  9:52 ` [PATCH 1/4] hw/arm/integratorcp: " Philippe Mathieu-Daudé
2020-05-18  9:52 ` [PATCH 2/4] hw/arm/pxa2xx: " Philippe Mathieu-Daudé
2020-05-18  9:52 ` [PATCH 3/4] hw/char/xilinx_uartlite: " Philippe Mathieu-Daudé
2020-05-18 10:01   ` Edgar E. Iglesias
2020-05-18  9:52 ` [PATCH 4/4] hw/timer/exynos4210_mct: " Philippe Mathieu-Daudé
2020-05-18 12:49 ` [PATCH 0/4] hw/arm: " no-reply
2020-05-18 13:01 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.