Re: [Xen-devel] [PATCH RFC 06/12] xen/x86: populate PVHv2 Dom0 physical memory map

2016-08-11 Thread Andrew Cooper
On 05/08/16 10:40, Roger Pau Monne wrote: > On Thu, Aug 04, 2016 at 07:43:39PM +0100, Andrew Cooper wrote: >> On 02/08/16 10:19, Roger Pau Monne wrote: >>> On Fri, Jul 29, 2016 at 08:04:12PM +0100, Andrew Cooper wrote: On 29/07/16 17:29, Roger Pau Monne wrote: > +/* Calculate the biggest u

Re: [Xen-devel] [PATCH RFC 06/12] xen/x86: populate PVHv2 Dom0 physical memory map

2016-08-05 Thread Roger Pau Monne
On Thu, Aug 04, 2016 at 07:43:39PM +0100, Andrew Cooper wrote: > On 02/08/16 10:19, Roger Pau Monne wrote: > > On Fri, Jul 29, 2016 at 08:04:12PM +0100, Andrew Cooper wrote: > >> On 29/07/16 17:29, Roger Pau Monne wrote: > >>> +/* Calculate the biggest usable order given a size in bytes. */ > >>> +

Re: [Xen-devel] [PATCH RFC 06/12] xen/x86: populate PVHv2 Dom0 physical memory map

2016-08-04 Thread Andrew Cooper
On 02/08/16 10:19, Roger Pau Monne wrote: > On Fri, Jul 29, 2016 at 08:04:12PM +0100, Andrew Cooper wrote: >> On 29/07/16 17:29, Roger Pau Monne wrote: >>> Craft the Dom0 e820 memory map and populate it. >>> >>> Signed-off-by: Roger Pau Monné >>> --- >>> Cc: Jan Beulich >>> Cc: Andrew Cooper >>>

Re: [Xen-devel] [PATCH RFC 06/12] xen/x86: populate PVHv2 Dom0 physical memory map

2016-08-02 Thread Roger Pau Monne
On Fri, Jul 29, 2016 at 08:04:12PM +0100, Andrew Cooper wrote: > On 29/07/16 17:29, Roger Pau Monne wrote: > > Craft the Dom0 e820 memory map and populate it. > > > > Signed-off-by: Roger Pau Monné > > --- > > Cc: Jan Beulich > > Cc: Andrew Cooper > > --- > > xen/arch/x86/domain_build.c | 199

Re: [Xen-devel] [PATCH RFC 06/12] xen/x86: populate PVHv2 Dom0 physical memory map

2016-07-29 Thread Andrew Cooper
On 29/07/16 17:29, Roger Pau Monne wrote: > Craft the Dom0 e820 memory map and populate it. > > Signed-off-by: Roger Pau Monné > --- > Cc: Jan Beulich > Cc: Andrew Cooper > --- > xen/arch/x86/domain_build.c | 199 > ++-- > 1 file changed, 193 insertions(

[Xen-devel] [PATCH RFC 06/12] xen/x86: populate PVHv2 Dom0 physical memory map

2016-07-29 Thread Roger Pau Monne
Craft the Dom0 e820 memory map and populate it. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/domain_build.c | 199 ++-- 1 file changed, 193 insertions(+), 6 deletions(-) diff --git a/xen/arch/x86/domain_build.c b