Re: [Xen-devel] [PATCH RFC 28/35] arm: acpi map acpi tables in dom0

2015-02-06 Thread Stefano Stabellini
On Fri, 6 Feb 2015, Parth Dixit wrote: > On 5 February 2015 at 22:25, Stefano Stabellini > wrote: > > On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: > >> From: Parth Dixit > >> > >> map acpi tables described in uefi table to dom0 address space > >> > >> Signed-off-by: Parth Dixit > >> --- > >

Re: [Xen-devel] [PATCH RFC 28/35] arm: acpi map acpi tables in dom0

2015-02-05 Thread Parth Dixit
On 5 February 2015 at 22:25, Stefano Stabellini wrote: > On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: >> From: Parth Dixit >> >> map acpi tables described in uefi table to dom0 address space >> >> Signed-off-by: Parth Dixit >> --- >> xen/arch/arm/arm64/acpi/arm-core.c | 43 >>

Re: [Xen-devel] [PATCH RFC 28/35] arm: acpi map acpi tables in dom0

2015-02-05 Thread Stefano Stabellini
On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: > From: Parth Dixit > > map acpi tables described in uefi table to dom0 address space > > Signed-off-by: Parth Dixit > --- > xen/arch/arm/arm64/acpi/arm-core.c | 43 > ++ > xen/arch/arm/domain_build.c

Re: [Xen-devel] [PATCH RFC 28/35] arm: acpi map acpi tables in dom0

2015-02-04 Thread Julien Grall
Hi Parth, On 04/02/2015 14:02, parth.di...@linaro.org wrote: From: Parth Dixit map acpi tables described in uefi table to dom0 address space Signed-off-by: Parth Dixit --- xen/arch/arm/arm64/acpi/arm-core.c | 43 ++ xen/arch/arm/domain_build.c|

[Xen-devel] [PATCH RFC 28/35] arm: acpi map acpi tables in dom0

2015-02-04 Thread parth . dixit
From: Parth Dixit map acpi tables described in uefi table to dom0 address space Signed-off-by: Parth Dixit --- xen/arch/arm/arm64/acpi/arm-core.c | 43 ++ xen/arch/arm/domain_build.c| 4 xen/include/asm-arm/acpi.h | 1 + 3 files change