]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Jan 2024 13:04:09 +0000 (23:04 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Fri, 23 Feb 2024 13:24:42 +0000 (23:24 +1000)
To reduce the use of the term 'softmmu', rename spapr_softmmu.c
to spapr_vhyp_mmu.c.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[np: change name]
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/meson.build
hw/ppc/spapr_vhyp_mmu.c [moved from hw/ppc/spapr_softmmu.c with 100% similarity]

index da14fccce53c66515888844a0193690e54218df6..15d13e649d97d1ab3eefb778147597821057ba2a 100644 (file)
@@ -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_vhyp_mmu.c',
 ))
 ppc_ss.add(when: 'CONFIG_SPAPR_RNG', if_true: files('spapr_rng.c'))
 if host_os == 'linux'