[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/3] ppc queue
From: |
Richard Henderson |
Subject: |
Re: [PULL 0/3] ppc queue |
Date: |
Thu, 28 Jul 2022 17:28:00 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 7/28/22 09:55, Daniel Henrique Barboza wrote:
The following changes since commit 3e4abe2c92964aadd35344a635b0f32cb487fd5c:
Merge tag 'pull-block-2022-07-27' of https://gitlab.com/vsementsov/qemu into
staging (2022-07-27 20:10:15 -0700)
are available in the Git repository at:
https://gitlab.com/danielhb/qemu.git pull-ppc-20220728
for you to fetch changes up to 0c9717ff35d2fe46fa9cb91566fe2afbed9f4f2a:
target/ppc: Implement new wait variants (2022-07-28 13:30:41 -0300)
----------------------------------------------------------------
ppc patch queue for 2022-07-28:
Short queue with 2 Coverity fixes and one fix of the
'wait' insns that is causing hangs if the guest kernel uses
the most up to date wait opcode.
- target/ppc:
- implement new wait variants to fix guest hang when using the new opcode
- ppc440_uc: initialize length passed to cpu_physical_memory_map()
- spapr_nvdimm: check if spapr_drc_index() returns NULL
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as
appropriate.
r~
----------------------------------------------------------------
Daniel Henrique Barboza (1):
hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.c
Nicholas Piggin (1):
target/ppc: Implement new wait variants
Peter Maydell (1):
hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()
hw/ppc/ppc440_uc.c | 5 ++-
hw/ppc/spapr_nvdimm.c | 18 +++++++---
target/ppc/internal.h | 3 ++
target/ppc/translate.c | 96 +++++++++++++++++++++++++++++++++++++++++++++-----
4 files changed, 109 insertions(+), 13 deletions(-)