Re: [Xen-devel] [Patch V2 07/15] xen: check memory area against e820 map

2015-04-09 Thread David Vrabel
On 09/04/15 07:55, Juergen Gross wrote: > Provide a service routine to check a physical memory area against the > E820 map. The routine will return false if the complete area is RAM > according to the E820 map and true otherwise. > > Signed-off-by: Juergen Gross > --- > arch/x86/xen/setup.c |

[Patch V2 07/15] xen: check memory area against e820 map

2015-04-08 Thread Juergen Gross
Provide a service routine to check a physical memory area against the E820 map. The routine will return false if the complete area is RAM according to the E820 map and true otherwise. Signed-off-by: Juergen Gross --- arch/x86/xen/setup.c | 23 +++ arch/x86/xen/xen-ops.h |