All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] target/ppc: mmu cleanup
@ 2021-06-10 16:46 Lucas Mateus Castro (alqotel)
  2021-06-10 16:46 ` [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop Lucas Mateus Castro (alqotel)
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Lucas Mateus Castro (alqotel) @ 2021-06-10 16:46 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: Lucas Mateus Castro (alqotel),
	luis.pires, fernando.valle, matheus.ferst, david

This patch series aims to clean up some of the code  mmu_helper.c,
including removing the #includes inside ifdef.

Helpers are in mmu_helper.c now and code that is needed in a !TCG build
is in mmu_common.c.

Comments are welcome, thanks,
Lucas Mateus.
Based-on: 6f398e533f5e259b4f937f4aa9de970f7201d166 

Lucas Mateus Castro (alqotel) (3):
  target/ppc: Turn ppc_tlb_invalid_all in a noop
  target/ppc: divided mmu_helper.c in 2 files
  target/ppc: moved ppc_store_sdr1 to mmu_common.c

 target/ppc/cpu.c        |   28 -
 target/ppc/cpu.h        |   21 +
 target/ppc/internal.h   |   26 +
 target/ppc/meson.build  |    6 +-
 target/ppc/mmu_common.c | 1651 +++++++++++++++++++++++++++++++++++++++
 target/ppc/mmu_helper.c | 1606 +------------------------------------
 6 files changed, 1703 insertions(+), 1635 deletions(-)
 create mode 100644 target/ppc/mmu_common.c

-- 
2.17.1



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

end of thread, other threads:[~2021-06-15 18:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 16:46 [PATCH v2 0/3] target/ppc: mmu cleanup Lucas Mateus Castro (alqotel)
2021-06-10 16:46 ` [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop Lucas Mateus Castro (alqotel)
2021-06-10 17:07   ` Bruno Piazera Larsen
2021-06-15  5:38   ` David Gibson
2021-06-15 16:24     ` Lucas Mateus Martins Araujo e Castro
2021-06-10 16:46 ` [PATCH v2 2/3] target/ppc: divided mmu_helper.c in 2 files Lucas Mateus Castro (alqotel)
2021-06-15  5:42   ` David Gibson
2021-06-15 18:44     ` Lucas Mateus Martins Araujo e Castro
2021-06-10 16:46 ` [PATCH v2 3/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c Lucas Mateus Castro (alqotel)
2021-06-10 16:54   ` Bruno Piazera Larsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.