[PATCH v3 0/4] target/ppc: MMU clean up

Lucas Mateus Castro (alqotel) posted 4 patches 4 years, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
target/ppc/cpu.c         |   28 -
target/ppc/cpu.h         |   20 +
target/ppc/cpu_init.c    |    2 +
target/ppc/helper_regs.c |   12 +
target/ppc/internal.h    |   28 +
target/ppc/meson.build   |    8 +-
target/ppc/mmu_common.c  | 1620 ++++++++++++++++++++++++++++++++++++++
target/ppc/mmu_helper.c  | 1586 +------------------------------------
8 files changed, 1688 insertions(+), 1616 deletions(-)
create mode 100644 target/ppc/mmu_common.c
[PATCH v3 0/4] target/ppc: MMU clean up
Posted by Lucas Mateus Castro (alqotel) 4 years, 7 months ago
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.1
branch as adapted accordingly.

Comments are welcome, thanks,
Lucas Mateus.
Based-on: 13ee4a0b436a75b7c1f4ddf12699800388f929d4

Lucas Mateus Castro (alqotel) (4):
  target/ppc: Don't compile ppc_tlb_invalid_all without TCG
  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         |   20 +
 target/ppc/cpu_init.c    |    2 +
 target/ppc/helper_regs.c |   12 +
 target/ppc/internal.h    |   28 +
 target/ppc/meson.build   |    8 +-
 target/ppc/mmu_common.c  | 1620 ++++++++++++++++++++++++++++++++++++++
 target/ppc/mmu_helper.c  | 1586 +------------------------------------
 8 files changed, 1688 insertions(+), 1616 deletions(-)
 create mode 100644 target/ppc/mmu_common.c

-- 
2.17.1