Re: [Xen-devel] [PATCH 3/3] xen/x86: support larger memory map from EFI

2017-03-22 Thread Juergen Gross
On 22/03/17 14:19, Jan Beulich wrote: On 21.03.17 at 14:10, wrote: >> Use a larger e820 map buffer for non-BIOS memory map sources. This >> requires to have different defines for the maximum number of E820 map >> entries for the raw BIOS buffer and the later used struct e820map. >> >> While a

Re: [Xen-devel] [PATCH 3/3] xen/x86: support larger memory map from EFI

2017-03-22 Thread Jan Beulich
>>> On 21.03.17 at 14:10, wrote: > Use a larger e820 map buffer for non-BIOS memory map sources. This > requires to have different defines for the maximum number of E820 map > entries for the raw BIOS buffer and the later used struct e820map. > > While at it use e820.h in mem.S in order to avoid

[Xen-devel] [PATCH 3/3] xen/x86: support larger memory map from EFI

2017-03-21 Thread Juergen Gross
Use a larger e820 map buffer for non-BIOS memory map sources. This requires to have different defines for the maximum number of E820 map entries for the raw BIOS buffer and the later used struct e820map. While at it use e820.h in mem.S in order to avoid having to define the buffer size at two plac