Re: [Xen-devel] [PATCH v4 15/24] arm/acpi: Prepare EFI memory descriptor for Dom0

2016-03-01 Thread Jan Beulich
>>> On 01.03.16 at 15:57, wrote: > On Tue, 1 Mar 2016, Shannon Zhao wrote: >> On 2016/2/29 22:37, Stefano Stabellini wrote: >> > On Sun, 28 Feb 2016, Shannon Zhao wrote: >> >> > --- a/xen/common/efi/boot.c >> >> > +++ b/xen/common/efi/boot.c >> >> > @@ -1233,6 +1233,44 @@ void __init acpi_create_e

Re: [Xen-devel] [PATCH v4 15/24] arm/acpi: Prepare EFI memory descriptor for Dom0

2016-03-01 Thread Stefano Stabellini
On Tue, 1 Mar 2016, Shannon Zhao wrote: > On 2016/2/29 22:37, Stefano Stabellini wrote: > > On Sun, 28 Feb 2016, Shannon Zhao wrote: > >> > From: Shannon Zhao > >> > > >> > Create a few EFI memory descriptors to tell Dom0 the RAM region > >> > information, ACPI table regions and EFI tables reserv

Re: [Xen-devel] [PATCH v4 15/24] arm/acpi: Prepare EFI memory descriptor for Dom0

2016-02-29 Thread Shannon Zhao
On 2016/2/29 22:37, Stefano Stabellini wrote: > On Sun, 28 Feb 2016, Shannon Zhao wrote: >> > From: Shannon Zhao >> > >> > Create a few EFI memory descriptors to tell Dom0 the RAM region >> > information, ACPI table regions and EFI tables reserved resions. >> > >> > Cc: Jan Beulich >> > Signe

Re: [Xen-devel] [PATCH v4 15/24] arm/acpi: Prepare EFI memory descriptor for Dom0

2016-02-29 Thread Stefano Stabellini
On Sun, 28 Feb 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Create a few EFI memory descriptors to tell Dom0 the RAM region > information, ACPI table regions and EFI tables reserved resions. > > Cc: Jan Beulich > Signed-off-by: Parth Dixit > Signed-off-by: Shannon Zhao > --- > v4: use a

[Xen-devel] [PATCH v4 15/24] arm/acpi: Prepare EFI memory descriptor for Dom0

2016-02-28 Thread Shannon Zhao
From: Shannon Zhao Create a few EFI memory descriptors to tell Dom0 the RAM region information, ACPI table regions and EFI tables reserved resions. Cc: Jan Beulich Signed-off-by: Parth Dixit Signed-off-by: Shannon Zhao --- v4: use a single descriptor for new created tables --- xen/arch/arm/d