Re: [Xen-devel] [PATCH v3.1 13/15] xen/x86: parse Dom0 kernel for PVHv2

2016-11-28 Thread Roger Pau Monne
On Fri, Nov 11, 2016 at 03:30:17PM -0500, Konrad Rzeszutek Wilk wrote: > On Sat, Oct 29, 2016 at 10:59:59AM +0200, Roger Pau Monne wrote: > > Introduce a helper to parse the Dom0 kernel. > > > > Signed-off-by: Roger Pau Monné > > --- > > Cc: Jan Beulich > > Cc: Andrew Cooper > > --- > > Changes

Re: [Xen-devel] [PATCH v3.1 13/15] xen/x86: parse Dom0 kernel for PVHv2

2016-11-11 Thread Konrad Rzeszutek Wilk
On Sat, Oct 29, 2016 at 10:59:59AM +0200, Roger Pau Monne wrote: > Introduce a helper to parse the Dom0 kernel. > > Signed-off-by: Roger Pau Monné > --- > Cc: Jan Beulich > Cc: Andrew Cooper > --- > Changes since v2: > - Remove debug messages. > - Don't hardcode the number of modules to 1. >

[Xen-devel] [PATCH v3.1 13/15] xen/x86: parse Dom0 kernel for PVHv2

2016-10-29 Thread Roger Pau Monne
Introduce a helper to parse the Dom0 kernel. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper --- Changes since v2: - Remove debug messages. - Don't hardcode the number of modules to 1. --- xen/arch/x86/domain_build.c | 138 1