qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Aurelien Jarno <aurelien@aurel32.net>
Subject: [Qemu-devel] [PATCH 00/10] Improvements for sm501 display controller emulation
Date: Sun, 19 Feb 2017 17:35:23 +0100	[thread overview]
Message-ID: <cover.1487522123.git.balaton@eik.bme.hu> (raw)

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

             reply	other threads:[~2017-02-19 17:13 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19 16:35 BALATON Zoltan [this message]
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 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 07/10] sm501: Fix hardware cursor BALATON Zoltan
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 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 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-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 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 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 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-23 17:31 ` [Qemu-devel] [PATCH 00/10] Improvements for sm501 display controller emulation BALATON Zoltan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1487522123.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=aurelien@aurel32.net \
    --cc=magnus.damm@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).