mbox

[PULL,0/7] ppc queue

Message ID 20230804152955.22316-1-danielhb413@gmail.com
State New
Headers show

Pull-request

https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20230804

Message

Daniel Henrique Barboza Aug. 4, 2023, 3:29 p.m. UTC
The following changes since commit c26d005e62f4fd177dae0cd70c24cb96761edebc:

  Merge tag 'hppa-linux-user-speedup-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2023-08-03 18:49:45 -0700)

are available in the Git repository at:

  https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20230804

for you to fetch changes up to 0e2a3ec36885f6d79a96230f582d4455878c6373:

  target/ppc: Fix VRMA page size for ISA v3.0 (2023-08-04 12:22:03 -0300)

----------------------------------------------------------------
ppc patch queue for 2023-08-04:

This queue contains target/ppc register and VRMA fixes for 8.1. pegasos2
fixes are also included.

----------------------------------------------------------------
BALATON Zoltan (4):
      ppc/pegasos2: Fix reset state of USB functions
      ppc/pegasos2: Fix reg property of ROM BARs
      ppc/pegasos2: Fix naming of device tree nodes
      ppc/pegasos2: Fix reg property of 64 bit BARs in device tree

Nicholas Piggin (3):
      target/ppc: Implement ASDR register for ISA v3.0 for HPT
      target/ppc: Fix pending HDEC when entering PM state
      target/ppc: Fix VRMA page size for ISA v3.0

 hw/ppc/pegasos2.c        | 24 ++++++++++++++--
 target/ppc/excp_helper.c |  6 ++++
 target/ppc/mmu-hash64.c  | 72 ++++++++++++++++++++++++++++++++++++------------
 target/ppc/mmu-hash64.h  |  5 ++++
 4 files changed, 88 insertions(+), 19 deletions(-)

Comments

Richard Henderson Aug. 4, 2023, 7:37 p.m. UTC | #1
On 8/4/23 08:29, Daniel Henrique Barboza wrote:
> The following changes since commit c26d005e62f4fd177dae0cd70c24cb96761edebc:
> 
>    Merge tag 'hppa-linux-user-speedup-pull-request' ofhttps://github.com/hdeller/qemu-hppa  into staging (2023-08-03 18:49:45 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/danielhb/qemu.git  tags/pull-ppc-20230804
> 
> for you to fetch changes up to 0e2a3ec36885f6d79a96230f582d4455878c6373:
> 
>    target/ppc: Fix VRMA page size for ISA v3.0 (2023-08-04 12:22:03 -0300)
> 
> ----------------------------------------------------------------
> ppc patch queue for 2023-08-04:
> 
> This queue contains target/ppc register and VRMA fixes for 8.1. pegasos2
> fixes are also included.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~
Michael Tokarev Aug. 5, 2023, 6:56 a.m. UTC | #2
04.08.2023 18:29, Daniel Henrique Barboza wrote:
..
> Nicholas Piggin (3):
>        target/ppc: Implement ASDR register for ISA v3.0 for HPT
>        target/ppc: Fix pending HDEC when entering PM state
>        target/ppc: Fix VRMA page size for ISA v3.0

Should these 3 be picked up for -stable?

Thanks!

/mjt
Cédric Le Goater Aug. 6, 2023, 8:09 p.m. UTC | #3
On 8/5/23 08:56, Michael Tokarev wrote:
> 04.08.2023 18:29, Daniel Henrique Barboza wrote:
> ..
>> Nicholas Piggin (3):
>>        target/ppc: Implement ASDR register for ISA v3.0 for HPT
>>        target/ppc: Fix pending HDEC when entering PM state
>>        target/ppc: Fix VRMA page size for ISA v3.0
> 
> Should these 3 be picked up for -stable?

Yes. They are good candidates.

Thanks,

C.