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>,
Peter Maydell <peter.maydell@linaro.org>,
David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH v4 00/13] Improvements for SM501 display controller emulation
Date: Sat, 4 Mar 2017 23:18:55 +0100 [thread overview]
Message-ID: <cover.1488665935.git.balaton@eik.bme.hu> (raw)
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
next reply other threads:[~2017-03-04 22:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-04 22:18 BALATON Zoltan [this message]
2017-02-25 18:23 ` [Qemu-devel] [PATCH v4 05/13] sm501: Get rid of base address in draw_hwc_line BALATON Zoltan
2017-02-25 18:31 ` [Qemu-devel] [PATCH v4 06/13] sm501: Add emulation of chip connected via PCI BALATON Zoltan
2017-03-06 10:34 ` Peter Maydell
2017-02-25 18:46 ` [Qemu-devel] [PATCH v4 07/13] sm501: Fix device endianness BALATON Zoltan
2017-03-06 11:46 ` Peter Maydell
2017-02-25 19:19 ` [Qemu-devel] [PATCH v4 09/13] sm501: Misc clean ups BALATON Zoltan
2017-02-25 19:25 ` [Qemu-devel] [PATCH v4 10/13] sm501: Add support for panel layer BALATON Zoltan
2017-02-25 23:53 ` [Qemu-devel] [PATCH v4 12/13] sm501: Add vmstate descriptor BALATON Zoltan
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 04/13] sm501: QOMify BALATON Zoltan
2017-03-06 10:36 ` Peter Maydell
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 02/13] sm501: Use defined constants instead of literal values where available BALATON Zoltan
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 03/13] sm501: Add missing arbitration control register BALATON Zoltan
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 13/13] ppc: Add SM501 device in config for ppc and ppcemb targets BALATON Zoltan
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 08/13] sm501: Fix hardware cursor BALATON Zoltan
2017-03-06 10:41 ` Peter Maydell
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 11/13] sm501: Add some more missing registers BALATON Zoltan
2017-03-04 22:42 ` [Qemu-devel] [PATCH v4 01/13] sm501: Fixed code style and a few typos in comments 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.1488665935.git.balaton@eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=aurelien@aurel32.net \
--cc=david@gibson.dropbear.id.au \
--cc=magnus.damm@gmail.com \
--cc=peter.maydell@linaro.org \
--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).