[PATCH v2 0/3] target/ppc: mmu cleanup

Lucas Mateus Castro (alqotel) posted 3 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210610164648.83878-1-lucas.araujo@eldorado.org.br
Maintainers: Greg Kurz <groug@kaod.org>, David Gibson <david@gibson.dropbear.id.au>
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
[PATCH v2 0/3] target/ppc: mmu cleanup
Posted by Lucas Mateus Castro (alqotel) 2 years, 10 months ago
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