qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] Improvements for sm501 display controller emulation
@ 2017-02-19 16:35 BALATON Zoltan
  2017-02-19 16:35 ` [Qemu-devel] [PATCH 07/10] sm501: Fix hardware cursor BALATON Zoltan
                   ` (10 more replies)
  0 siblings, 11 replies; 36+ messages in thread
From: BALATON Zoltan @ 2017-02-19 16:35 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: Magnus Damm, Aurelien Jarno

This series improves the sm501 display controller emulation fixing
endianness problems that caused mixed up colors in LE hosts, fix hardware
cursor and adding panel layer support and some missing registers. The
first few patches update the code style and QOMify the device before
changes are made to it in subsequent patches.

Including qemu-trivial list as well, both because some of the patches
are trivial and also I'm not sure how actively maintained this part is
so that also may need attention from the trivial list to get this merged.

The changes were tested with sh4 image at
https://people.debian.org/~aurel32/qemu/sh4/
which accepts video= kernel parameter to excercise different screen modes.

BALATON Zoltan (10):
  sm501: Fixed code style and a few typos in comments
  sm501: Use defines instead of constants where available
  sm501: QOMify
  sm501: Add emulation of chip connected via PCI
  sm501: Add missing arbitration control register
  sm501: Fix device endianness
  sm501: Fix hardware cursor
  sm501: Add support for panel layer
  sm501: Add some more missing registers
  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                 | 1546 ++++++++++++++++++++----------------
 hw/display/sm501_template.h        |   92 +--
 hw/sh4/r2d.c                       |   11 +-
 include/hw/devices.h               |    5 -
 6 files changed, 920 insertions(+), 736 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-26  0:49 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 16:35 [Qemu-devel] [PATCH 00/10] Improvements for sm501 display controller emulation BALATON Zoltan
2017-02-19 16:35 ` [Qemu-devel] [PATCH 07/10] sm501: Fix hardware cursor BALATON Zoltan
2017-02-19 16:35 ` [Qemu-devel] [PATCH 06/10] sm501: Fix device endianness BALATON Zoltan
2017-02-24 14:50   ` Peter Maydell
2017-02-24 20:35     ` BALATON Zoltan
2017-02-25 16:21       ` Peter Maydell
2017-02-26  0:49         ` BALATON Zoltan
2017-02-19 16:35 ` [Qemu-devel] [PATCH 09/10] sm501: Add some more missing registers BALATON Zoltan
2017-02-24 14:54   ` Peter Maydell
2017-02-24 20:48     ` BALATON Zoltan
2017-02-24 21:49       ` BALATON Zoltan
2017-02-25 16:31         ` Peter Maydell
2017-02-19 16:35 ` [Qemu-devel] [PATCH 03/10] sm501: QOMify BALATON Zoltan
2017-02-24 14:39   ` Peter Maydell
2017-02-24 20:23     ` BALATON Zoltan
2017-02-25 16:14       ` Peter Maydell
2017-02-26  0:39         ` BALATON Zoltan
2017-02-19 16:35 ` [Qemu-devel] [PATCH 02/10] sm501: Use defines instead of constants where available BALATON Zoltan
2017-02-24 14:28   ` Peter Maydell
2017-02-24 20:18     ` BALATON Zoltan
2017-02-19 16:35 ` [Qemu-devel] [PATCH 08/10] sm501: Add support for panel layer BALATON Zoltan
2017-02-24 14:52   ` Peter Maydell
2017-02-24 20:38     ` BALATON Zoltan
2017-02-25 16:23       ` Peter Maydell
2017-02-19 16:35 ` [Qemu-devel] [PATCH 01/10] sm501: Fixed code style and a few typos in comments BALATON Zoltan
2017-02-24 14:29   ` Peter Maydell
2017-02-19 16:35 ` [Qemu-devel] [PATCH 04/10] sm501: Add emulation of chip connected via PCI BALATON Zoltan
2017-02-24 14:43   ` Peter Maydell
2017-02-24 20:25     ` BALATON Zoltan
2017-02-25 16:14       ` Peter Maydell
2017-02-19 16:35 ` [Qemu-devel] [PATCH 05/10] sm501: Add missing arbitration control register BALATON Zoltan
2017-02-19 16:35 ` [Qemu-devel] [PATCH 10/10] ppc: Add SM501 device in config for ppc and ppcemb targets BALATON Zoltan
2017-02-24 14:55   ` Peter Maydell
2017-02-24 20:51     ` BALATON Zoltan
2017-02-25  5:43       ` Thomas Huth
2017-02-23 17:31 ` [Qemu-devel] [PATCH 00/10] Improvements for sm501 display controller emulation BALATON Zoltan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).