[Qemu-devel] [PATCH v4 00/13] Improvements for SM501 display controller emulation

BALATON Zoltan posted 13 patches 8 years, 11 months ago
Only 6 patches received!
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1488665935.git.balaton@eik.bme.hu
Test checkpatch passed
Test docker passed
There is a newer version of this series
default-configs/ppc-softmmu.mak    |    1 +
default-configs/ppcemb-softmmu.mak |    1 +
hw/display/sm501.c                 | 1784 ++++++++++++++++++++++--------------
hw/display/sm501_template.h        |   94 +-
hw/sh4/r2d.c                       |   11 +-
include/hw/devices.h               |    5 -
include/hw/pci/pci_ids.h           |    3 +
7 files changed, 1157 insertions(+), 742 deletions(-)
[Qemu-devel] [PATCH v4 00/13] Improvements for SM501 display controller emulation
Posted by BALATON Zoltan 8 years, 11 months ago
Fourth and hopefully last version with more changes according to
review comments. Also cc'ing David Gibson as PPC maintainer to check
the last patch and in case it's decided to go via PPC tree at the end
being too big for trivial and lack of maintenance for SH4.

BALATON Zoltan (13):
  sm501: Fixed code style and a few typos in comments
  sm501: Use defined constants instead of literal values where available
  sm501: Add missing arbitration control register
  sm501: QOMify
  sm501: Get rid of base address in draw_hwc_line
  sm501: Add emulation of chip connected via PCI
  sm501: Fix device endianness
  sm501: Fix hardware cursor
  sm501: Misc clean ups
  sm501: Add support for panel layer
  sm501: Add some more missing registers
  sm501: Add vmstate descriptor
  ppc: Add SM501 device in config for ppc and ppcemb targets

 default-configs/ppc-softmmu.mak    |    1 +
 default-configs/ppcemb-softmmu.mak |    1 +
 hw/display/sm501.c                 | 1784 ++++++++++++++++++++++--------------
 hw/display/sm501_template.h        |   94 +-
 hw/sh4/r2d.c                       |   11 +-
 include/hw/devices.h               |    5 -
 include/hw/pci/pci_ids.h           |    3 +
 7 files changed, 1157 insertions(+), 742 deletions(-)

-- 
2.7.4