qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/ppc/spapr: Rename SoftMMU -> TCG
@ 2023-10-02 14:38 Philippe Mathieu-Daudé
  2023-10-02 14:38 ` [PATCH 1/4] hw/ppc/spapr: Add missing license Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-02 14:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Nicholas Piggin, qemu-ppc, Daniel Henrique Barboza, David Gibson,
	Cédric Le Goater, Harsh Prateek Bora,
	Philippe Mathieu-Daudé

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



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

end of thread, other threads:[~2023-10-18 12:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 14:38 [PATCH 0/4] hw/ppc/spapr: Rename SoftMMU -> TCG Philippe Mathieu-Daudé
2023-10-02 14:38 ` [PATCH 1/4] hw/ppc/spapr: Add missing license Philippe Mathieu-Daudé
2023-10-02 14:38 ` [PATCH 2/4] hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepare/commit Philippe Mathieu-Daudé
2023-10-02 14:38 ` [PATCH 3/4] hw/ppc/spapr_hcall: Rename {softmmu -> tcgppc}_resize_hpt_prepare/commit Philippe Mathieu-Daudé
2023-10-03  2:03   ` David Gibson
2023-10-02 14:38 ` [PATCH 4/4] hw/ppc/spapr: Rename 'softmmu' -> 'tcg' Philippe Mathieu-Daudé
2023-10-03  2:07   ` David Gibson
2023-10-18 12:58     ` Nicholas Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).