On 08/11/2016 12:36 PM, Wei Liu wrote:
>
>> diff --git a/tools/libxl/libxl_x86_acpi.c b/tools/libxl/libxl_x86_acpi.c
>> new file mode 100644
>> index 000..88e69e2
>> --- /dev/null
>> +++ b/tools/libxl/libxl_x86_acpi.c
> I only skimmed this file. I think it's mostly code movement and believe
> t
On Thu, Aug 04, 2016 at 05:06:50PM -0400, Boris Ostrovsky wrote:
[...]
>
> distclean: clean
> $(RM) -f xenlight.pc.in xlutil.pc.in
> diff --git a/tools/libxl/libxl_arch.h b/tools/libxl/libxl_arch.h
> index 34a853c..7c6536b 100644
> --- a/tools/libxl/libxl_arch.h
> +++ b/tools/libxl/libxl_a
On 08/09/2016 10:46 AM, Jan Beulich wrote:
On 04.08.16 at 23:06, wrote:
>> +if (dom->nr_vnodes) {
>> +struct acpi_numa *numa = &config->numa;
>> +
>> +rc = xc_domain_getvnuma(xch, domid, &numa->nr_vnodes,
>> +&numa->nr_vmemranges,
>> +
>>> On 04.08.16 at 23:06, wrote:
> +if (dom->nr_vnodes) {
> +struct acpi_numa *numa = &config->numa;
> +
> +rc = xc_domain_getvnuma(xch, domid, &numa->nr_vnodes,
> +&numa->nr_vmemranges,
> +&config->hvminfo->nr_vcp
Signed-off-by: Boris Ostrovsky
---
v2:
* Only initialize ACPI tables here but don't load them just yet
(store them in acpi_modeuls[])
* Reorder .gitignore changes
.gitignore | 12 ++-
tools/libacpi/build.c| 7 +-
tools/libacpi/libacpi.h | 15 +++-
tools/libxl