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

Philippe Mathieu-Daudé posted 4 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200525034459.28535-1-f4bug@amsat.org
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(-)
[PATCH 0/4] hw/display/xlnx_dp: Fix memory region size, improve logging
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
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(-)

-- 
2.21.3