qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 00/13] Improvements for SM501 display controller emulation
@ 2017-04-20 20:43 BALATON Zoltan
  2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 02/13] sm501: Use defined constants instead of literal values where available BALATON Zoltan
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: BALATON Zoltan @ 2017-04-20 20:43 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial
  Cc: Magnus Damm, Aurelien Jarno, Peter Maydell, David Gibson

Addressing all last review comments so hopefully this can get merged
now that tree is thawed.

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

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20 20:43 [Qemu-devel] [PATCH v5 00/13] Improvements for SM501 display controller emulation BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 02/13] sm501: Use defined constants instead of literal values where available BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 07/13] sm501: Fix device endianness BALATON Zoltan
2017-04-20 21:47   ` Peter Maydell
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 03/13] sm501: Add missing arbitration control register BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 08/13] sm501: Fix hardware cursor BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 13/13] ppc: Add SM501 device in ppc softmmu targets default configs BALATON Zoltan
2017-04-21  0:24   ` David Gibson
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 12/13] sm501: Add vmstate descriptor BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 04/13] sm501: QOMify BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 09/13] sm501: Misc clean ups BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 05/13] sm501: Get rid of base address in draw_hwc_line BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 01/13] sm501: Fixed code style and a few typos in comments BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 10/13] sm501: Add support for panel layer BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 06/13] sm501: Add emulation of chip connected via PCI BALATON Zoltan
2017-04-20 20:43 ` [Qemu-devel] [PATCH v5 11/13] sm501: Add some more missing registers 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).