qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/2] ppc: Implement ISA 3.00 tlbie[l]
@ 2022-06-24 19:14 Leandro Lupori
  2022-06-24 19:14 ` [PATCH RESEND v2 1/2] target/ppc: Move tlbie[l] to decode tree Leandro Lupori
  2022-06-24 19:14 ` [PATCH RESEND v2 2/2] target/ppc: Implement ISA 3.00 tlbie[l] Leandro Lupori
  0 siblings, 2 replies; 5+ messages in thread
From: Leandro Lupori @ 2022-06-24 19:14 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: clg, danielhb413, david, groug, npiggin, Leandro Lupori

Resent after rebasing and fixing conflicts with master.

Changes from v1:
- squashed first 2 commits into 1, because adding PPC_MEM_TLBIE to
  P9/P10's insns_flags and moving only tlbie (and not tlbiel) to
  decode tree breaks PowerPC64 instruction decoder initialization.

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                          |  18 +++
 target/ppc/insn32.decode                     |   8 +
 target/ppc/mmu_helper.c                      | 154 +++++++++++++++++++
 target/ppc/translate.c                       |  64 +-------
 target/ppc/translate/storage-ctrl-impl.c.inc | 102 ++++++++++++
 6 files changed, 286 insertions(+), 64 deletions(-)
 create mode 100644 target/ppc/translate/storage-ctrl-impl.c.inc

-- 
2.25.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-12 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-24 19:14 [PATCH RESEND v2 0/2] ppc: Implement ISA 3.00 tlbie[l] Leandro Lupori
2022-06-24 19:14 ` [PATCH RESEND v2 1/2] target/ppc: Move tlbie[l] to decode tree Leandro Lupori
2022-06-24 19:14 ` [PATCH RESEND v2 2/2] target/ppc: Implement ISA 3.00 tlbie[l] Leandro Lupori
2022-06-24 19:50   ` Richard Henderson
2022-07-12 16:22     ` Leandro Lupori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).