[Qemu-devel] [PATCH v2 00/14] Improvements for SM501 display controller emulation

BALATON Zoltan posted 14 patches 7 years, 1 month ago
Only 7 patches received!
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1488068248.git.balaton@eik.bme.hu
Test checkpatch passed
Test docker passed
Test s390x 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                 | 1718 ++++++++++++++++++++++--------------
hw/display/sm501_template.h        |   94 +-
hw/sh4/r2d.c                       |   11 +-
include/hw/devices.h               |    5 -
6 files changed, 1089 insertions(+), 741 deletions(-)
[Qemu-devel] [PATCH v2 00/14] Improvements for SM501 display controller emulation
Posted by BALATON Zoltan 7 years, 1 month ago
Second try, addressing review comments.

BALATON Zoltan (14):
  sm501: Fixed code style and a few typos in comments
  sm501: Use defines instead of constants where available
  sm501: QOMify
  sm501: Get rid of base address in draw_hwc_line
  sm501: Add emulation of chip connected via PCI
  sm501: Add missing arbitration control register
  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: Implement reading 2D engine registers
  sm501: Add reset function and 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                 | 1718 ++++++++++++++++++++++--------------
 hw/display/sm501_template.h        |   94 +-
 hw/sh4/r2d.c                       |   11 +-
 include/hw/devices.h               |    5 -
 6 files changed, 1089 insertions(+), 741 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH v2 00/14] Improvements for SM501 display controller emulation
Posted by Michael Tokarev 7 years, 1 month ago
26.02.2017 03:17, BALATON Zoltan wrote:
> Second try, addressing review comments.

So.. I'm not sure what to do with this :)

I can apply it to -trivial, but this smells a bit unfair
on my side, while on the other hand, is there any more
appropriate tree?

Thanks,

/mjt

Re: [Qemu-devel] [PATCH v2 00/14] Improvements for SM501 display controller emulation
Posted by Peter Maydell 7 years, 1 month ago
On 27 February 2017 at 18:11, Michael Tokarev <mjt@tls.msk.ru> wrote:
> 26.02.2017 03:17, BALATON Zoltan wrote:
>> Second try, addressing review comments.
>
> So.. I'm not sure what to do with this :)
>
> I can apply it to -trivial, but this smells a bit unfair
> on my side, while on the other hand, is there any more
> appropriate tree?

I think it's a bit of a stretch to argue that
"1089 insertions(+), 741 deletions" is "trivial", but
the difficulty is that sh4 isn't really very maintained.
Since the purpose seems to be to improve ppc emulation
somehow it could perhaps go via the ppc tree, but I dunno.

I have said I'll try to review this (since I looked at
v1), but I don't think I'm going to get to this before the
softfreeze deadline, I'm afraid. If you want to go through
and review it all feel free -- you probably have as much
knowledge about sh4 and this device as I do :-)

thanks
-- PMM