[PULL 0/3] ppc 6.2 queue

Cédric Le Goater posted 3 patches 4 years, 2 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211112111543.2556837-1-clg@kaod.org
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(-)
[PULL 0/3] ppc 6.2 queue
Posted by Cédric Le Goater 4 years, 2 months ago
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(-)

Re: [PULL 0/3] ppc 6.2 queue
Posted by Richard Henderson 4 years, 2 months ago
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~