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>,
	Peter Maydell <peter.maydell@linaro.org>,
	David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH v7 00/13] Improvements for SM501 display controller emulation
Date: Fri, 21 Apr 2017 17:18:09 +0200	[thread overview]
Message-ID: <cover.1492787889.git.balaton@eik.bme.hu> (raw)

v7: Define default values for some variables to avoid an (invalid)
    warning from gcc 6 or 7 as suggested by Aurelien Jarno.

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 ppc softmmu targets default configs

 default-configs/ppc-softmmu.mak    |    1 +
 default-configs/ppc64-softmmu.mak  |    1 +
 default-configs/ppcemb-softmmu.mak |    1 +
 hw/display/sm501.c                 | 1784 ++++++++++++++++++++++--------------
 hw/display/sm501_template.h        |   90 +-
 hw/sh4/r2d.c                       |   11 +-
 include/hw/devices.h               |    5 -
 include/hw/pci/pci_ids.h           |    3 +
 8 files changed, 1150 insertions(+), 746 deletions(-)

-- 
2.7.4

             reply	other threads:[~2017-04-21 15:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 15:18 BALATON Zoltan [this message]
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 12/13] sm501: Add vmstate descriptor BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 13/13] ppc: Add SM501 device in ppc softmmu targets default configs BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 11/13] sm501: Add some more missing registers BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 04/13] sm501: QOMify BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 10/13] sm501: Add support for panel layer BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 05/13] sm501: Get rid of base address in draw_hwc_line BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 03/13] sm501: Add missing arbitration control register BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 02/13] sm501: Use defined constants instead of literal values where available BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 09/13] sm501: Misc clean ups BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 08/13] sm501: Fix hardware cursor BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 07/13] sm501: Fix device endianness BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 06/13] sm501: Add emulation of chip connected via PCI BALATON Zoltan
2017-04-21 15:18 ` [Qemu-devel] [PATCH v7 01/13] sm501: Fixed code style and a few typos in comments BALATON Zoltan
2017-04-22 15:41 ` [Qemu-devel] [PATCH v7 00/13] Improvements for SM501 display controller emulation Aurelien Jarno
2017-04-24 12:09 ` Peter Maydell

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.1492787889.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).