RE: [PATCH 15/37] xen/x86: rename acpi_scan_nodes to numa_scan_nodes

2022-01-27 Thread Wei Chen
Hi Jan, > -Original Message- > From: Jan Beulich > Sent: 2022年1月25日 18:18 > To: Wei Chen > Cc: Bertrand Marquis ; xen- > de...@lists.xenproject.org; sstabell...@kernel.org; jul...@xen.org > Subject: Re: [PATCH 15/37] xen/x86: rename acpi_scan_nodes to >

Re: [PATCH 15/37] xen/x86: rename acpi_scan_nodes to numa_scan_nodes

2022-01-25 Thread Jan Beulich
On 23.09.2021 14:02, Wei Chen wrote: > --- a/xen/arch/x86/srat.c > +++ b/xen/arch/x86/srat.c > @@ -512,7 +512,7 @@ void __init srat_parse_regions(paddr_t addr) > } > > /* Use the information discovered above to actually set up the nodes. */ > -int __init acpi_scan_nodes(paddr_t start, paddr_t e

Re: [PATCH 15/37] xen/x86: rename acpi_scan_nodes to numa_scan_nodes

2021-09-23 Thread Stefano Stabellini
+x86 maintainers On Thu, 23 Sep 2021, Wei Chen wrote: > The most code in acpi_scan_nodes can be reused by other NUMA > implementation. Rename acpi_scan_nodes to a more generic name > numa_scan_nodes, and replace BIOS to Firmware in print message, > as BIOS is x86 specific name. > > Signed-off-by

[PATCH 15/37] xen/x86: rename acpi_scan_nodes to numa_scan_nodes

2021-09-23 Thread Wei Chen
The most code in acpi_scan_nodes can be reused by other NUMA implementation. Rename acpi_scan_nodes to a more generic name numa_scan_nodes, and replace BIOS to Firmware in print message, as BIOS is x86 specific name. Signed-off-by: Wei Chen --- xen/arch/x86/numa.c| 2 +- xen/arch/x86/sra