mbox

[PULL,0/3] ppc 6.2 queue

Message ID 20211112111543.2556837-1-clg@kaod.org
State Accepted, archived
Headers show

Pull-request

https://github.com/legoater/qemu/ tags/pull-ppc-20211112

Message

Cédric Le Goater Nov. 12, 2021, 11:15 a.m. UTC
The following changes since commit 0a70bcf18caf7a61d480f8448723c15209d128ef:

  Update version for v6.2.0-rc0 release (2021-11-09 18:22:57 +0100)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-ppc-20211112

for you to fetch changes up to d139786e1b3d67991e6cb49a8a59bb2182350285:

  ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb() (2021-11-11 11:35:13 +0100)

----------------------------------------------------------------
ppc 6.2 queue :

* Fix of a regression in floating point load instructions (Matheus)
* Associativity fix for pseries machine (Daniel)
* tlbivax fix for BookE machines (Danel)

----------------------------------------------------------------
Daniel Henrique Barboza (2):
      spapr_numa.c: fix FORM1 distance-less nodes
      ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()

Matheus Ferst (1):
      target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]

 hw/ppc/spapr_numa.c                | 62 +++++++++++++++++++-------------------
 target/ppc/mmu_helper.c            |  2 +-
 target/ppc/translate/fp-impl.c.inc |  2 +-
 3 files changed, 33 insertions(+), 33 deletions(-)

Comments

Richard Henderson Nov. 12, 2021, 1:30 p.m. UTC | #1
On 11/12/21 12:15 PM, Cédric Le Goater wrote:
> The following changes since commit 0a70bcf18caf7a61d480f8448723c15209d128ef:
> 
>    Update version for v6.2.0-rc0 release (2021-11-09 18:22:57 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/legoater/qemu/ tags/pull-ppc-20211112
> 
> for you to fetch changes up to d139786e1b3d67991e6cb49a8a59bb2182350285:
> 
>    ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb() (2021-11-11 11:35:13 +0100)
> 
> ----------------------------------------------------------------
> ppc 6.2 queue :
> 
> * Fix of a regression in floating point load instructions (Matheus)
> * Associativity fix for pseries machine (Daniel)
> * tlbivax fix for BookE machines (Danel)
> 
> ----------------------------------------------------------------
> Daniel Henrique Barboza (2):
>        spapr_numa.c: fix FORM1 distance-less nodes
>        ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
> 
> Matheus Ferst (1):
>        target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]
> 
>   hw/ppc/spapr_numa.c                | 62 +++++++++++++++++++-------------------
>   target/ppc/mmu_helper.c            |  2 +-
>   target/ppc/translate/fp-impl.c.inc |  2 +-
>   3 files changed, 33 insertions(+), 33 deletions(-)

Applied, thanks.

r~