qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] ppc-for-3.0 queue 20180709
@ 2018-07-09  7:43 David Gibson
  2018-07-09  7:43 ` [Qemu-devel] [PULL 01/16] ppc: fix default VGA display for Mac machines David Gibson
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: David Gibson @ 2018-07-09  7:43 UTC (permalink / raw)
  To: peter.maydell; +Cc: groug, clg, balaton, qemu-devel, qemu-ppc, David Gibson

The following changes since commit 43a473993fd9378bf850dcafa68eb6dee8c300f8:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-07-06 18:18:08 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-3.0-20180709

for you to fetch changes up to 51b0d834c414f494410cc94e56886b6584ae3c54:

  sam460ex: Make sam460ex_load_device_tree() handle all errors internally (2018-07-09 14:38:45 +1000)

----------------------------------------------------------------
ppc patch queue 2018-07-09

Here's a final pull request before tomorrow's hard freeze.

There are a number of fixes and improvements to the sm501 display
driver (not strictly ppc related, but used only on ppc and SH).
There's also a handful of unrelated fixes.

Whether all the sm501 changes are bugfixes is somewhat debatable, but
Peter has indicated he's ok with merging those for 3.0.

----------------------------------------------------------------
BALATON Zoltan (4):
      sm501: Implement i2c part for reading monitor EDID
      sm501: Fix support for non-zero frame buffer start address
      sm501: Set updated region dirty after 2D operation
      sam460ex: Update u-boot-sam460ex firmware

Cédric Le Goater (1):
      spapr/vio: quiet down the "irq" property accessors

David Gibson (3):
      sam460ex: Check for errors from libfdt functions
      sam460ex: Don't check for errors from qemu_fdt_*()
      sam460ex: Make sam460ex_load_device_tree() handle all errors internally

Laurent Vivier (1):
      target/ppc: fix build on ppc64 host

Mark Cave-Ayland (2):
      ppc: fix default VGA display for Mac machines
      ppc: fix default VGA display for PReP machines

Philippe Mathieu-Daudé (1):
      ppc440_uc: Fix a copy/paste error

Sebastian Bauer (4):
      sm501: Perform a full update after palette change
      sm501: Use values from the pitch register for 2D operations
      sm501: Implement negated destination raster operation mode
      sm501: Log unimplemented raster operation modes

 default-configs/ppc-softmmu.mak    |   1 +
 default-configs/ppcemb-softmmu.mak |   1 +
 default-configs/sh4-softmmu.mak    |   2 +
 default-configs/sh4eb-softmmu.mak  |   2 +
 hw/display/sm501.c                 | 230 +++++++++++++++++++++++++++++++++++--
 hw/ppc/mac_newworld.c              |   1 +
 hw/ppc/mac_oldworld.c              |   1 +
 hw/ppc/ppc440_uc.c                 |   2 +-
 hw/ppc/prep.c                      |   2 +
 hw/ppc/sam460ex.c                  |  49 +++-----
 hw/ppc/spapr_vio.c                 |  15 ++-
 pc-bios/u-boot-sam460-20100605.bin | Bin 524288 -> 524288 bytes
 roms/u-boot-sam460ex               |   2 +-
 target/ppc/int_helper.c            |   2 +-
 14 files changed, 258 insertions(+), 52 deletions(-)

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

end of thread, other threads:[~2018-07-09 11:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-09  7:43 [Qemu-devel] [PULL 00/16] ppc-for-3.0 queue 20180709 David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 01/16] ppc: fix default VGA display for Mac machines David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 02/16] spapr/vio: quiet down the "irq" property accessors David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 03/16] sm501: Implement i2c part for reading monitor EDID David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 04/16] sm501: Perform a full update after palette change David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 05/16] sm501: Use values from the pitch register for 2D operations David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 06/16] sm501: Implement negated destination raster operation mode David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 07/16] sm501: Log unimplemented raster operation modes David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 08/16] sm501: Fix support for non-zero frame buffer start address David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 09/16] sm501: Set updated region dirty after 2D operation David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 10/16] ppc440_uc: Fix a copy/paste error David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 11/16] target/ppc: fix build on ppc64 host David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 12/16] ppc: fix default VGA display for PReP machines David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 13/16] sam460ex: Update u-boot-sam460ex firmware David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 14/16] sam460ex: Check for errors from libfdt functions David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 15/16] sam460ex: Don't check for errors from qemu_fdt_*() David Gibson
2018-07-09  7:43 ` [Qemu-devel] [PULL 16/16] sam460ex: Make sam460ex_load_device_tree() handle all errors internally David Gibson
2018-07-09 11:34 ` [Qemu-devel] [PULL 00/16] ppc-for-3.0 queue 20180709 Peter Maydell

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