[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/4] hw/ppc/spapr: Rename 'softmmu' -> 'tcg'
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 4/4] hw/ppc/spapr: Rename 'softmmu' -> 'tcg' |
Date: |
Mon, 2 Oct 2023 16:38:54 +0200 |
spapr_softmmu.c isn't related to having a soft MMU, but having
the TCG accelerator. Rename it using the 'tcg' suffix.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/ppc/{spapr_softmmu.c => spapr_tcg.c} | 0
hw/ppc/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename hw/ppc/{spapr_softmmu.c => spapr_tcg.c} (100%)
diff --git a/hw/ppc/spapr_softmmu.c b/hw/ppc/spapr_tcg.c
similarity index 100%
rename from hw/ppc/spapr_softmmu.c
rename to hw/ppc/spapr_tcg.c
diff --git a/hw/ppc/meson.build b/hw/ppc/meson.build
index 7c2c52434a..281100a58d 100644
--- a/hw/ppc/meson.build
+++ b/hw/ppc/meson.build
@@ -31,7 +31,7 @@ ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
'pef.c',
))
ppc_ss.add(when: ['CONFIG_PSERIES', 'CONFIG_TCG'], if_true: files(
- 'spapr_softmmu.c',
+ 'spapr_tcg.c',
))
ppc_ss.add(when: 'CONFIG_SPAPR_RNG', if_true: files('spapr_rng.c'))
ppc_ss.add(when: ['CONFIG_PSERIES', 'CONFIG_LINUX'], if_true: files(
--
2.41.0