Re: [Xen-devel] [PATCH v3 48/62] arm/acpi: Prepare RSDP table for Dom0

2015-11-27 Thread Stefano Stabellini
On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote: > From: Shannon Zhao > > Copy RSDP table and replace rsdp->xsdt_physical_address with new address > of XSDT table, so it can point to the right XSDT table. > > Signed-off-by: Shannon Zhao Acked-by: Stefano Stabellini > xen/arch/arm/domain

[Xen-devel] [PATCH v3 48/62] arm/acpi: Prepare RSDP table for Dom0

2015-11-17 Thread shannon . zhao
From: Shannon Zhao Copy RSDP table and replace rsdp->xsdt_physical_address with new address of XSDT table, so it can point to the right XSDT table. Signed-off-by: Shannon Zhao --- xen/arch/arm/domain_build.c | 36 1 file changed, 36 insertions(+) diff --gi