Re: [Xen-devel] [PATCH 1/8] xen/x86: Remove PVH support

2016-10-18 Thread Boris Ostrovsky
On 10/18/2016 11:33 AM, Juergen Gross wrote: > On 18/10/16 16:45, Boris Ostrovsky wrote: >> On 10/18/2016 09:46 AM, Juergen Gross wrote: >>> On 14/10/16 20:05, Boris Ostrovsky wrote: We are replacing existing PVH guests with new implementation. Signed-off-by: Boris Ostrovsky >>> Rev

Re: [Xen-devel] [PATCH 1/8] xen/x86: Remove PVH support

2016-10-18 Thread Juergen Gross
On 18/10/16 16:45, Boris Ostrovsky wrote: > On 10/18/2016 09:46 AM, Juergen Gross wrote: >> On 14/10/16 20:05, Boris Ostrovsky wrote: >>> We are replacing existing PVH guests with new implementation. >>> >>> Signed-off-by: Boris Ostrovsky >> Reviewed-by: Juergen Gross >> >> with the following add

Re: [Xen-devel] [PATCH 1/8] xen/x86: Remove PVH support

2016-10-18 Thread Boris Ostrovsky
On 10/18/2016 09:46 AM, Juergen Gross wrote: > On 14/10/16 20:05, Boris Ostrovsky wrote: >> We are replacing existing PVH guests with new implementation. >> >> Signed-off-by: Boris Ostrovsky > Reviewed-by: Juergen Gross > > with the following addressed: > >> diff --git a/include/xen/xen.h b/inclu

Re: [Xen-devel] [PATCH 1/8] xen/x86: Remove PVH support

2016-10-18 Thread Juergen Gross
On 14/10/16 20:05, Boris Ostrovsky wrote: > We are replacing existing PVH guests with new implementation. > > Signed-off-by: Boris Ostrovsky Reviewed-by: Juergen Gross with the following addressed: > diff --git a/include/xen/xen.h b/include/xen/xen.h > index f0f0252..d0f9684 100644 > --- a/in

Re: [Xen-devel] [PATCH 1/8] xen/x86: Remove PVH support

2016-10-14 Thread Konrad Rzeszutek Wilk
On Fri, Oct 14, 2016 at 02:05:11PM -0400, Boris Ostrovsky wrote: > We are replacing existing PVH guests with new implementation. > > Signed-off-by: Boris Ostrovsky Reviewed-by: Konrad Rzeszutek Wilk ___ Xen-devel mailing list Xen-devel@lists.xen.org

[Xen-devel] [PATCH 1/8] xen/x86: Remove PVH support

2016-10-14 Thread Boris Ostrovsky
We are replacing existing PVH guests with new implementation. Signed-off-by: Boris Ostrovsky --- arch/x86/xen/enlighten.c | 140 ++- arch/x86/xen/mmu.c | 21 +- arch/x86/xen/setup.c | 37 +-- arch/x86/xen/smp.c