[PULL 0/1] ppc-for-4.2 queue 2019-12-06

David Gibson posted 1 patch 4 years, 4 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191209065928.204264-1-david@gibson.dropbear.id.au
pc-bios/README   |   2 +-
pc-bios/slof.bin | Bin 928552 -> 931040 bytes
roms/SLOF        |   2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
[PULL 0/1] ppc-for-4.2 queue 2019-12-06
Posted by David Gibson 4 years, 4 months ago
The following changes since commit 02f9c885edefae66d787847758d13ed60c0f539e:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-12-06 15:05:20 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-4.2-20191209

for you to fetch changes up to a2fad86497b981426dc720236c15f2a99ca674a9:

  pseries: Update SLOF firmware image (2019-12-09 12:16:26 +1100)

----------------------------------------------------------------
ppc patch queue 2019-12-09

This is a last minute pull request for ppc-for-4.2.  It fixes a
regression: a bad interaction between the new qemu and SLOF device
tree construction code means that SLOF will crash if PCI to PCI
bridges are included in the system.

This PR supersedes ppc-for-4.2-20191206.  This one has only a more
minimal change to the firmware addressed only at fixing this bug and
not incorporating some other unrelated changes that happened in the
meantime.

This is very late, maybe too late.  However, since there appears to be
an -rc5 in the works for other reasons, I figured it was worth
submitting this in case.
----------------------------------------------------------------
Alexey Kardashevskiy (1): pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 928552 -> 931040 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

Re: [PULL 0/1] ppc-for-4.2 queue 2019-12-06
Posted by Peter Maydell 4 years, 4 months ago
On Mon, 9 Dec 2019 at 06:59, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit 02f9c885edefae66d787847758d13ed60c0f539e:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-12-06 15:05:20 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-4.2-20191209
>
> for you to fetch changes up to a2fad86497b981426dc720236c15f2a99ca674a9:
>
>   pseries: Update SLOF firmware image (2019-12-09 12:16:26 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2019-12-09
>
> This is a last minute pull request for ppc-for-4.2.  It fixes a
> regression: a bad interaction between the new qemu and SLOF device
> tree construction code means that SLOF will crash if PCI to PCI
> bridges are included in the system.
>
> This PR supersedes ppc-for-4.2-20191206.  This one has only a more
> minimal change to the firmware addressed only at fixing this bug and
> not incorporating some other unrelated changes that happened in the
> meantime.
>
> This is very late, maybe too late.  However, since there appears to be
> an -rc5 in the works for other reasons, I figured it was worth
> submitting this in case.
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM