[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 0/6] ppc-for-3.0 queue 20180716
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 0/6] ppc-for-3.0 queue 20180716 |
Date: |
Mon, 16 Jul 2018 18:38:03 +1000 |
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(-)
- [Qemu-ppc] [PULL 0/6] ppc-for-3.0 queue 20180716,
David Gibson <=
- [Qemu-ppc] [PULL 2/6] spapr: Correct inverted test in spapr_pc_dimm_node(), David Gibson, 2018/07/16
- [Qemu-ppc] [PULL 5/6] sam460ex: Correct use after free error, David Gibson, 2018/07/16
- [Qemu-ppc] [PULL 6/6] sm501: Fix warning about unreachable code, David Gibson, 2018/07/16
- [Qemu-ppc] [PULL 1/6] sm501: Update screen on frame buffer address change, David Gibson, 2018/07/16
- [Qemu-ppc] [PULL 3/6] ppc/xics: fix ICP reset path, David Gibson, 2018/07/16
- [Qemu-ppc] [PULL 4/6] etsec: fix IRQ (un)masking, David Gibson, 2018/07/16
- Re: [Qemu-ppc] [PULL 0/6] ppc-for-3.0 queue 20180716, Peter Maydell, 2018/07/16