From: Philippe Mathieu-Daudé Date: Thu, 18 Jan 2024 13:04:09 +0000 (+1000) Subject: hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu' X-Git-Tag: v9.0.0-rc0~52^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c568998f3da5dbd27befe781b5e4e742bbaad54;p=thirdparty%2Fqemu.git hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu' To reduce the use of the term 'softmmu', rename spapr_softmmu.c to spapr_vhyp_mmu.c. Reviewed-by: Nicholas Piggin Signed-off-by: Philippe Mathieu-Daudé [np: change name] Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Nicholas Piggin --- diff --git a/hw/ppc/meson.build b/hw/ppc/meson.build index da14fccce53..15d13e649d9 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_vhyp_mmu.c', )) ppc_ss.add(when: 'CONFIG_SPAPR_RNG', if_true: files('spapr_rng.c')) if host_os == 'linux' diff --git a/hw/ppc/spapr_softmmu.c b/hw/ppc/spapr_vhyp_mmu.c similarity index 100% rename from hw/ppc/spapr_softmmu.c rename to hw/ppc/spapr_vhyp_mmu.c