mbox series

[0/4] hw/display/xlnx_dp: Fix memory region size, improve logging

Message ID 20200525034459.28535-1-f4bug@amsat.org
Headers show
Series hw/display/xlnx_dp: Fix memory region size, improve logging | expand

Message

Philippe Mathieu-Daudé May 25, 2020, 3:44 a.m. UTC
A collection of cleanup patches written while fuzzing
the Xilinx Display Port device.

Philippe Mathieu-Daudé (4):
  hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
  hw/display/dpcd: Fix memory region size
  hw/display/dpcd: Convert debug printf()s to trace events
  hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()

 hw/display/dpcd.c       | 20 +++++---------------
 hw/display/xlnx_dp.c    | 14 ++++++++------
 hw/misc/auxbus.c        |  2 +-
 hw/display/trace-events |  4 ++++
 4 files changed, 18 insertions(+), 22 deletions(-)