[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] hw/ppc/spapr: Rename 'softmmu'
From: |
Nicholas Piggin |
Subject: |
[PATCH v2 0/4] hw/ppc/spapr: Rename 'softmmu' |
Date: |
Thu, 18 Jan 2024 23:32:02 +1000 |
I grabbed Philippe's series series and tried to use a more
agreeable name. Further disagreement is okay, but must come
with a better alternative :) would be good to get this out of
the way. I actually don't think softmmu is a great term for it
either even in isolation, so would be good to move away from it.
Previous discussion:
https://lists.gnu.org/archive/html/qemu-ppc/2023-10/msg00016.html
Thanks,
Nick
Philippe Mathieu-Daudé (4):
hw/ppc/spapr: Add missing license
hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prep
hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_pr
hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu'
include/hw/ppc/spapr.h | 9 ++++++---
hw/ppc/spapr_hcall.c | 12 ++++++++----
hw/ppc/{spapr_softmmu.c => spapr_vhyp_mmu.c} | 13 +++++++++++--
target/ppc/tcg-stub.c | 15 ---------------
hw/ppc/meson.build | 2 +-
5 files changed, 26 insertions(+), 25 deletions(-)
rename hw/ppc/{spapr_softmmu.c => spapr_vhyp_mmu.c} (97%)
--
2.42.0
- [PATCH v2 0/4] hw/ppc/spapr: Rename 'softmmu',
Nicholas Piggin <=
- [PATCH v2 2/4] hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prep, Nicholas Piggin, 2024/01/18
- [PATCH v2 1/4] hw/ppc/spapr: Add missing license, Nicholas Piggin, 2024/01/18
- [PATCH v2 3/4] hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_pr, Nicholas Piggin, 2024/01/18
- [PATCH v2 4/4] hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu', Nicholas Piggin, 2024/01/18
- Re: [PATCH v2 0/4] hw/ppc/spapr: Rename 'softmmu', Philippe Mathieu-Daudé, 2024/01/18