diff options
| -rw-r--r-- | hw/ppc/meson.build | 2 | ||||
| -rw-r--r-- | hw/ppc/spapr_vhyp_mmu.c (renamed from hw/ppc/spapr_softmmu.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/meson.build b/hw/ppc/meson.build index da14fccce5..15d13e649d 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 index b3dd8b3a59..b3dd8b3a59 100644 --- a/hw/ppc/spapr_softmmu.c +++ b/hw/ppc/spapr_vhyp_mmu.c |