Re: [Xen-devel] [RFC PATCH v3 18/24] ACPI: Refactor acpi SRAT and SLIT table handling code

2017-07-19 Thread Vijay Kilari
On Tue, Jul 18, 2017 at 9:06 PM, Wei Liu wrote: > On Tue, Jul 18, 2017 at 05:11:40PM +0530, vijay.kil...@gmail.com wrote: >> From: Vijaya Kumar K >> >> Move SRAT handling code which is common across >> architectures is moved to new file

Re: [Xen-devel] [RFC PATCH v3 18/24] ACPI: Refactor acpi SRAT and SLIT table handling code

2017-07-18 Thread Wei Liu
On Tue, Jul 18, 2017 at 05:11:40PM +0530, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Move SRAT handling code which is common across > architectures is moved to new file xen/drivers/acpi/srat.c > from xen/arch/x86/srat.c file. New header file srat.h is >

[Xen-devel] [RFC PATCH v3 18/24] ACPI: Refactor acpi SRAT and SLIT table handling code

2017-07-18 Thread vijay . kilari
From: Vijaya Kumar K Move SRAT handling code which is common across architectures is moved to new file xen/drivers/acpi/srat.c from xen/arch/x86/srat.c file. New header file srat.h is introduced. Other major changes are: - Coding style of code moved is changed. - Moved