Re: [Xen-devel] [PATCH v4 08/24] arm/acpi: Prepare MADT table for Dom0

2016-02-29 Thread Stefano Stabellini
On Sun, 28 Feb 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Copy main MADT table contents and distributor subtable from physical > ACPI MADT table. Make other subtables through the callback of > gic_hw_ops. > > Signed-off-by: Shannon Zhao > --- > v4: use make_hwdom_madt callback to create

[Xen-devel] [PATCH v4 08/24] arm/acpi: Prepare MADT table for Dom0

2016-02-28 Thread Shannon Zhao
From: Shannon Zhao Copy main MADT table contents and distributor subtable from physical ACPI MADT table. Make other subtables through the callback of gic_hw_ops. Signed-off-by: Shannon Zhao --- v4: use make_hwdom_madt callback to create MADT --- xen/arch/arm/domain_build.c | 50 +++