From: Grygorii Strashko <[email protected]> 1) arm/ppc/riscv: drop unused domain_set_alloc_bitsize() macro 2) add generic domain_clamp_alloc_bitsize() macro and clean up !x86 arches 3) move d->arch.physaddr_bitsize field handling to pv32 code
changes in v2: - split on 3 patches - move physaddr_bitsize in struct pv_domain - make minimal style adjustments as requested Grygorii Strashko (3): arm/ppc/riscv: drop unused domain_set_alloc_bitsize() macro xen/mm: add generic domain_clamp_alloc_bitsize() macro xen/x86: move d->arch.physaddr_bitsize field handling to pv32 xen/arch/arm/include/asm/mm.h | 3 --- xen/arch/ppc/include/asm/mm.h | 3 --- xen/arch/riscv/include/asm/mm.h | 3 --- xen/arch/x86/include/asm/domain.h | 8 +++++--- xen/arch/x86/include/asm/mm.h | 7 +++++-- xen/arch/x86/pv/dom0_build.c | 6 ++++-- xen/arch/x86/pv/domain.c | 23 +++++++++++++++++++++++ xen/arch/x86/x86_64/mm.c | 20 -------------------- xen/include/xen/mm.h | 4 ++++ 9 files changed, 41 insertions(+), 36 deletions(-) -- 2.34.1
