Re: [Xen-devel] [PATCH v2 06/11] xen/hvmlite: Prepare cpu_initialize_context() routine for HVMlite SMP

2016-02-02 Thread David Vrabel
On 01/02/16 15:38, Boris Ostrovsky wrote: > Subsequent patch will add support for starting secondary VCPUs in > HVMlite guest. This patch exists to simmplify code review. > > No functional changes (except for introduction of 'if (!xen_hvmlite)'). Acked-by: David Vrabel David

Re: [Xen-devel] [PATCH v2 06/11] xen/hvmlite: Prepare cpu_initialize_context() routine for HVMlite SMP

2016-02-02 Thread David Vrabel
On 01/02/16 15:38, Boris Ostrovsky wrote: > Subsequent patch will add support for starting secondary VCPUs in > HVMlite guest. This patch exists to simmplify code review. > > No functional changes (except for introduction of 'if (!xen_hvmlite)'). Acked-by: David Vrabel

[PATCH v2 06/11] xen/hvmlite: Prepare cpu_initialize_context() routine for HVMlite SMP

2016-02-01 Thread Boris Ostrovsky
Subsequent patch will add support for starting secondary VCPUs in HVMlite guest. This patch exists to simmplify code review. No functional changes (except for introduction of 'if (!xen_hvmlite)'). Signed-off-by: Boris Ostrovsky --- arch/x86/xen/smp.c | 104

[PATCH v2 06/11] xen/hvmlite: Prepare cpu_initialize_context() routine for HVMlite SMP

2016-02-01 Thread Boris Ostrovsky
Subsequent patch will add support for starting secondary VCPUs in HVMlite guest. This patch exists to simmplify code review. No functional changes (except for introduction of 'if (!xen_hvmlite)'). Signed-off-by: Boris Ostrovsky --- arch/x86/xen/smp.c | 104