Re: [PATCH 5/6] xen/x86/pvh: Add 32-bit PVH initialization code

2015-07-07 Thread Konrad Rzeszutek Wilk
On Mon, Jul 06, 2015 at 11:34:24PM -0400, Boris Ostrovsky wrote: > Signed-off-by: Boris Ostrovsky Reviewed-by: Konrad Rzeszutek Wilk ..thought we could just skip the whole 'entry' parameter check. > --- > arch/x86/xen/enlighten.c | 4 > arch/x86/xen/smp.c | 17 ++--- >

Re: [PATCH 5/6] xen/x86/pvh: Add 32-bit PVH initialization code

2015-07-07 Thread Konrad Rzeszutek Wilk
On Mon, Jul 06, 2015 at 11:34:24PM -0400, Boris Ostrovsky wrote: > Signed-off-by: Boris Ostrovsky A little bit more here I think - as in that the parameter passing is not an Xen specific thing but something this code cooked up? > --- > arch/x86/xen/enlighten.c | 4 > arch/x86/xen/smp.c

[PATCH 5/6] xen/x86/pvh: Add 32-bit PVH initialization code

2015-07-06 Thread Boris Ostrovsky
Signed-off-by: Boris Ostrovsky --- arch/x86/xen/enlighten.c | 4 arch/x86/xen/smp.c | 17 ++--- arch/x86/xen/xen-head.S | 17 +++-- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 7953e