qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] target/ppc: Implement ISA 3.00 tlbie[l]
@ 2022-07-12 19:37 Leandro Lupori
  2022-07-12 19:37 ` [PATCH v3 1/2] target/ppc: Move tlbie[l] to decode tree Leandro Lupori
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Leandro Lupori @ 2022-07-12 19:37 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: clg, danielhb413, david, groug, npiggin, richard.henderson,
	Leandro Lupori

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



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

end of thread, other threads:[~2022-07-14 20:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-12 19:37 [PATCH v3 0/2] target/ppc: Implement ISA 3.00 tlbie[l] Leandro Lupori
2022-07-12 19:37 ` [PATCH v3 1/2] target/ppc: Move tlbie[l] to decode tree Leandro Lupori
2022-07-14 18:45   ` Daniel Henrique Barboza
2022-07-14 19:31     ` Leandro Lupori
2022-07-14 19:36       ` Daniel Henrique Barboza
2022-07-12 19:37 ` [PATCH v3 2/2] target/ppc: Implement ISA 3.00 tlbie[l] Leandro Lupori
2022-07-14 18:48   ` Daniel Henrique Barboza
2022-07-14 20:48 ` [PATCH v3 0/2] " Daniel Henrique Barboza

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).