[PULL 0/7] ppc-for-5.0 queue 20200324

David Gibson posted 7 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200324051456.256116-1-david@gibson.dropbear.id.au
Maintainers: Riku Voipio <riku.voipio@iki.fi>, David Gibson <david@gibson.dropbear.id.au>, Laurent Vivier <laurent@vivier.eu>
hw/ppc/ppc405_boards.c       |  6 ++--
hw/ppc/spapr_events.c        | 26 ++++++++++++++++
hw/ppc/spapr_hcall.c         |  1 +
linux-user/ppc/signal.c      |  6 ++--
target/ppc/helper.h          |  2 +-
target/ppc/mmu-hash64.c      | 73 +++++++++++++++++++++++++++++++++++++-------
target/ppc/timebase_helper.c | 40 +++++++++++++++---------
target/ppc/translate.c       |  5 ++-
8 files changed, 125 insertions(+), 34 deletions(-)
[PULL 0/7] ppc-for-5.0 queue 20200324
Posted by David Gibson 4 years ago
The following changes since commit c532b954d96f96d361ca31308f75f1b95bd4df76:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200323' into staging (2020-03-23 17:41:21 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-5.0-20200324

for you to fetch changes up to 1583794b9b36911df116cc726750dadbeeac506a:

  ppc/ppc405_boards: Remove unnecessary NULL check (2020-03-24 11:56:37 +1100)

----------------------------------------------------------------
ppc patch queue for 2020-03-24

Here's a final pull request before the qemu-5.0 hard freeze.

We have an implementation of the POWER9 forms of the slbia
instruction, a small cleanup and a handful of assorted fixes.

----------------------------------------------------------------
Greg Kurz (1):
      spapr: Fix memory leak in h_client_architecture_support()

Mahesh Salgaonkar (1):
      ppc/spapr: Set the effective address provided flag in mc error log.

Nicholas Piggin (2):
      target/ppc: Fix slbia TLB invalidation gap
      target/ppc: Fix ISA v3.0 (POWER9) slbia implementation

Peter Maydell (1):
      hw/ppc: Take QEMU lock when calling ppc_dcr_read/write()

Philippe Mathieu-Daudé (1):
      ppc/ppc405_boards: Remove unnecessary NULL check

Vincent Fazio (1):
      target/ppc: don't byte swap ELFv2 signal handler

 hw/ppc/ppc405_boards.c       |  6 ++--
 hw/ppc/spapr_events.c        | 26 ++++++++++++++++
 hw/ppc/spapr_hcall.c         |  1 +
 linux-user/ppc/signal.c      |  6 ++--
 target/ppc/helper.h          |  2 +-
 target/ppc/mmu-hash64.c      | 73 +++++++++++++++++++++++++++++++++++++-------
 target/ppc/timebase_helper.c | 40 +++++++++++++++---------
 target/ppc/translate.c       |  5 ++-
 8 files changed, 125 insertions(+), 34 deletions(-)

Re: [PULL 0/7] ppc-for-5.0 queue 20200324
Posted by Peter Maydell 4 years ago
On Tue, 24 Mar 2020 at 05:15, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit c532b954d96f96d361ca31308f75f1b95bd4df76:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200323' into staging (2020-03-23 17:41:21 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-5.0-20200324
>
> for you to fetch changes up to 1583794b9b36911df116cc726750dadbeeac506a:
>
>   ppc/ppc405_boards: Remove unnecessary NULL check (2020-03-24 11:56:37 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2020-03-24
>
> Here's a final pull request before the qemu-5.0 hard freeze.
>
> We have an implementation of the POWER9 forms of the slbia
> instruction, a small cleanup and a handful of assorted fixes.
>


Applied, thanks.

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

-- PMM