[Qemu-devel] [PULL 0/6] ppc-for-3.0 queue 20180716

David Gibson posted 6 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180716083809.17115-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
hw/display/sm501.c           |  4 ++-
hw/intc/xics.c               | 14 +++++++--
hw/net/fsl_etsec/etsec.c     | 68 +++++++++++++++++++++++---------------------
hw/net/fsl_etsec/etsec.h     |  2 ++
hw/net/fsl_etsec/registers.h | 10 +++++++
hw/net/fsl_etsec/rings.c     | 12 +-------
hw/ppc/sam460ex.c            |  3 +-
hw/ppc/spapr.c               |  2 +-
8 files changed, 66 insertions(+), 49 deletions(-)
[Qemu-devel] [PULL 0/6] ppc-for-3.0 queue 20180716
Posted by David Gibson 7 years, 3 months ago
The following changes since commit 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb:

  docs: Grammar and spelling fixes (2018-07-13 10:16:04 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6730df0514d3aec35e646ff9833fbe8b05fd0776:

  sm501: Fix warning about unreachable code (2018-07-16 11:19:10 +1000)

----------------------------------------------------------------
ppc patch queue 2018-07-16

Here's my first hard freeze pull request for qemu-3.0.  This contains
an assortment of bugfixes. Several are for regressions, others are for
bugs that I think are significant enough to address during hard freeze.

----------------------------------------------------------------
BALATON Zoltan (3):
      sm501: Update screen on frame buffer address change
      sam460ex: Correct use after free error
      sm501: Fix warning about unreachable code

David Gibson (1):
      spapr: Correct inverted test in spapr_pc_dimm_node()

Greg Kurz (1):
      ppc/xics: fix ICP reset path

Michael Davidsaver (1):
      etsec: fix IRQ (un)masking

 hw/display/sm501.c           |  4 ++-
 hw/intc/xics.c               | 14 +++++++--
 hw/net/fsl_etsec/etsec.c     | 68 +++++++++++++++++++++++---------------------
 hw/net/fsl_etsec/etsec.h     |  2 ++
 hw/net/fsl_etsec/registers.h | 10 +++++++
 hw/net/fsl_etsec/rings.c     | 12 +-------
 hw/ppc/sam460ex.c            |  3 +-
 hw/ppc/spapr.c               |  2 +-
 8 files changed, 66 insertions(+), 49 deletions(-)

Re: [Qemu-devel] [PULL 0/6] ppc-for-3.0 queue 20180716
Posted by Peter Maydell 7 years, 3 months ago
On 16 July 2018 at 09:38, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb:
>
>   docs: Grammar and spelling fixes (2018-07-13 10:16:04 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-3.0-20180716
>
> for you to fetch changes up to 6730df0514d3aec35e646ff9833fbe8b05fd0776:
>
>   sm501: Fix warning about unreachable code (2018-07-16 11:19:10 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2018-07-16
>
> Here's my first hard freeze pull request for qemu-3.0.  This contains
> an assortment of bugfixes. Several are for regressions, others are for
> bugs that I think are significant enough to address during hard freeze.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM