[PATCH v3 0/2] target/ppc: Implement ISA 3.00 tlbie[l]

Leandro Lupori posted 2 patches 3 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220712193741.59134-1-leandro.lupori@eldorado.org.br
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
target/ppc/cpu_init.c                        |   4 +-
target/ppc/helper.h                          |   2 +
target/ppc/insn32.decode                     |   8 +
target/ppc/mmu-book3s-v3.h                   |  15 ++
target/ppc/mmu_helper.c                      | 154 +++++++++++++++++++
target/ppc/translate.c                       |  64 +-------
target/ppc/translate/storage-ctrl-impl.c.inc | 104 +++++++++++++
7 files changed, 287 insertions(+), 64 deletions(-)
create mode 100644 target/ppc/translate/storage-ctrl-impl.c.inc
[PATCH v3 0/2] target/ppc: Implement ISA 3.00 tlbie[l]
Posted by Leandro Lupori 3 years, 9 months ago
Changes from v2:
- Moved TLBIE defines from helper.h to mmu-book3s-v3.h

Leandro Lupori (2):
  target/ppc: Move tlbie[l] to decode tree
  target/ppc: Implement ISA 3.00 tlbie[l]

 target/ppc/cpu_init.c                        |   4 +-
 target/ppc/helper.h                          |   2 +
 target/ppc/insn32.decode                     |   8 +
 target/ppc/mmu-book3s-v3.h                   |  15 ++
 target/ppc/mmu_helper.c                      | 154 +++++++++++++++++++
 target/ppc/translate.c                       |  64 +-------
 target/ppc/translate/storage-ctrl-impl.c.inc | 104 +++++++++++++
 7 files changed, 287 insertions(+), 64 deletions(-)
 create mode 100644 target/ppc/translate/storage-ctrl-impl.c.inc

-- 
2.25.1
Re: [PATCH v3 0/2] target/ppc: Implement ISA 3.00 tlbie[l]
Posted by Daniel Henrique Barboza 3 years, 9 months ago
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 7/12/22 16:37, Leandro Lupori wrote:
> Changes from v2:
> - Moved TLBIE defines from helper.h to mmu-book3s-v3.h
> 
> Leandro Lupori (2):
>    target/ppc: Move tlbie[l] to decode tree
>    target/ppc: Implement ISA 3.00 tlbie[l]
> 
>   target/ppc/cpu_init.c                        |   4 +-
>   target/ppc/helper.h                          |   2 +
>   target/ppc/insn32.decode                     |   8 +
>   target/ppc/mmu-book3s-v3.h                   |  15 ++
>   target/ppc/mmu_helper.c                      | 154 +++++++++++++++++++
>   target/ppc/translate.c                       |  64 +-------
>   target/ppc/translate/storage-ctrl-impl.c.inc | 104 +++++++++++++
>   7 files changed, 287 insertions(+), 64 deletions(-)
>   create mode 100644 target/ppc/translate/storage-ctrl-impl.c.inc
>