Re: [Xen-devel] [PATCH v4 03/24] arm/acpi: Read acpi memory info from uefi

2016-02-29 Thread Jan Beulich
>>> On 29.02.16 at 16:07, wrote: > On Mon, 29 Feb 2016, Jan Beulich wrote: >> >>> On 28.02.16 at 12:18, wrote: >> > From: Parth Dixit >> > >> > ACPI memory is seperate from conventional memory and should be marked >> > as reserved while passing to DOM0. Create a new meminfo structure to >> > st

Re: [Xen-devel] [PATCH v4 03/24] arm/acpi: Read acpi memory info from uefi

2016-02-29 Thread Stefano Stabellini
On Mon, 29 Feb 2016, Jan Beulich wrote: > >>> On 28.02.16 at 12:18, wrote: > > From: Parth Dixit > > > > ACPI memory is seperate from conventional memory and should be marked > > as reserved while passing to DOM0. Create a new meminfo structure to > > store all the acpi tables listed in uefi. >

Re: [Xen-devel] [PATCH v4 03/24] arm/acpi: Read acpi memory info from uefi

2016-02-29 Thread Jan Beulich
>>> On 28.02.16 at 12:18, wrote: > From: Parth Dixit > > ACPI memory is seperate from conventional memory and should be marked > as reserved while passing to DOM0. Create a new meminfo structure to > store all the acpi tables listed in uefi. > > Signed-off-by: Parth Dixit > Signed-off-by: Shan