All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] target/ppc: MMU clean up
@ 2021-07-21 13:21 Lucas Mateus Castro (alqotel)
  2021-07-21 13:21 ` [PATCH v4 1/3] target/ppc: divided mmu_helper.c in 2 files Lucas Mateus Castro (alqotel)
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lucas Mateus Castro (alqotel) @ 2021-07-21 13:21 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: luis.pires, fernando.valle, matheus.ferst,
	Lucas Mateus Castro (alqotel),
	david

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

This version of the patch has been rebased on the current ppc-for-6.2
branch as adapted accordingly.

v4: Moved functions declarations from cpu.h to internal.h when possible.

Comments are welcome, thanks,
Lucas Mateus.

Lucas Mateus Castro (alqotel) (3):
  target/ppc: divided mmu_helper.c in 2 files
  target/ppc: moved ppc_store_sdr1 to mmu_common.c
  target/ppc: moved store_40x_sler to helper_regs.c

 target/ppc/cpu.c         |   28 -
 target/ppc/cpu.h         |    9 +
 target/ppc/helper_regs.c |   12 +
 target/ppc/internal.h    |   39 +
 target/ppc/meson.build   |    8 +-
 target/ppc/mmu_common.c  | 1620 ++++++++++++++++++++++++++++++++++++++
 target/ppc/mmu_helper.c  | 1590 +------------------------------------
 7 files changed, 1686 insertions(+), 1620 deletions(-)
 create mode 100644 target/ppc/mmu_common.c

-- 
2.17.1



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

end of thread, other threads:[~2021-07-22  3:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 13:21 [PATCH v4 0/3] target/ppc: MMU clean up Lucas Mateus Castro (alqotel)
2021-07-21 13:21 ` [PATCH v4 1/3] target/ppc: divided mmu_helper.c in 2 files Lucas Mateus Castro (alqotel)
2021-07-22  2:53   ` David Gibson
2021-07-21 13:21 ` [PATCH v4 2/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c Lucas Mateus Castro (alqotel)
2021-07-22  2:53   ` David Gibson
2021-07-21 13:21 ` [PATCH v4 3/3] target/ppc: moved store_40x_sler to helper_regs.c Lucas Mateus Castro (alqotel)
2021-07-22  2:55   ` David Gibson

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.