qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] hw/ppc/spapr: Rename SoftMMU -> TCG


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] hw/ppc/spapr: Rename SoftMMU -> TCG
Date: Mon, 2 Oct 2023 16:38:50 +0200

We want to clarify when code depends on a software
MMU, or when it depends on TCG system emulation.

This series renames the 'softmmu' mentions in PPC.

Philippe Mathieu-Daudé (4):
  hw/ppc/spapr: Add missing license
  hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepare/commit
  hw/ppc/spapr_hcall: Rename {softmmu ->
    tcgppc}_resize_hpt_prepare/commit
  hw/ppc/spapr: Rename 'softmmu' -> 'tcg'

 include/hw/ppc/spapr.h                  |  8 ++++----
 hw/ppc/spapr_hcall.c                    | 12 ++++++++----
 hw/ppc/{spapr_softmmu.c => spapr_tcg.c} |  9 +++++++++
 target/ppc/tcg-stub.c                   | 15 ---------------
 hw/ppc/meson.build                      |  2 +-
 5 files changed, 22 insertions(+), 24 deletions(-)
 rename hw/ppc/{spapr_softmmu.c => spapr_tcg.c} (98%)

-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]