[PULL 0/8] ppc-for-9.0-3 queue

Nicholas Piggin posted 8 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240331073349.88324-1-npiggin@gmail.com
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
hw/ppc/spapr.c                |  1 +
hw/ppc/spapr_nested.c         |  2 +-
target/ppc/cpu_init.c         |  4 ++--
target/ppc/excp_helper.c      |  5 +++--
target/ppc/gdbstub.c          | 31 ++++++++++++++++++++-----------
target/ppc/mmu-radix64.c      |  8 ++++----
tests/avocado/ppc_hv_tests.py |  6 +++++-
7 files changed, 36 insertions(+), 21 deletions(-)
[PULL 0/8] ppc-for-9.0-3 queue
Posted by Nicholas Piggin 1 month ago
The following changes since commit 5012e522aca161be5c141596c66e5cc6082538a9:

  Update version for v9.0.0-rc1 release (2024-03-26 19:46:55 +0000)

are available in the Git repository at:

  https://gitlab.com/npiggin/qemu.git tags/pull-ppc-for-9.0-3-20240331

for you to fetch changes up to b07a5bb736ca08d55cc3ada8ca309943b55d4b70:

  tests/avocado: ppc_hv_tests.py set alpine time before setup-alpine (2024-03-30 18:50:26 +1000)

----------------------------------------------------------------
* Various fixes for recent regressions and new code.

----------------------------------------------------------------
Benjamin Gray (2):
      target/ppc: Restore [H]DEXCR to 64-bits
      target/ppc: Fix GDB register indexing on secondary CPUs

Harsh Prateek Bora (1):
      spapr: nested: use bitwise NOT operator for flags check

Nicholas Piggin (3):
      target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisor
      tests/avocado: Fix ppc_hv_tests.py xorriso dependency guard
      tests/avocado: ppc_hv_tests.py set alpine time before setup-alpine

Philippe Mathieu-Daudé (2):
      hw/ppc/spapr: Include missing 'sysemu/tcg.h' header
      target/ppc/mmu-radix64: Use correct string format in walk_tree()

 hw/ppc/spapr.c                |  1 +
 hw/ppc/spapr_nested.c         |  2 +-
 target/ppc/cpu_init.c         |  4 ++--
 target/ppc/excp_helper.c      |  5 +++--
 target/ppc/gdbstub.c          | 31 ++++++++++++++++++++-----------
 target/ppc/mmu-radix64.c      |  8 ++++----
 tests/avocado/ppc_hv_tests.py |  6 +++++-
 7 files changed, 36 insertions(+), 21 deletions(-)

Re: [PULL 0/8] ppc-for-9.0-3 queue
Posted by Peter Maydell 4 weeks, 1 day ago
On Sun, 31 Mar 2024 at 08:34, Nicholas Piggin <npiggin@gmail.com> wrote:
>
> The following changes since commit 5012e522aca161be5c141596c66e5cc6082538a9:
>
>   Update version for v9.0.0-rc1 release (2024-03-26 19:46:55 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/npiggin/qemu.git tags/pull-ppc-for-9.0-3-20240331
>
> for you to fetch changes up to b07a5bb736ca08d55cc3ada8ca309943b55d4b70:
>
>   tests/avocado: ppc_hv_tests.py set alpine time before setup-alpine (2024-03-30 18:50:26 +1000)
>
> ----------------------------------------------------------------
> * Various fixes for recent regressions and new code.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM