Re: [Xen-devel] [PATCH] x86/p2m-pt: ignore pt-share flag for shadow mode guests

2015-09-29 Thread Wei Liu
On Tue, Sep 29, 2015 at 04:52:23AM -0600, Jan Beulich wrote: > There is no page table sharing in shadow mode. > > Signed-off-by: Jan Beulich Release-acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH] x86/p2m-pt: ignore pt-share flag for shadow mode guests

2015-09-29 Thread George Dunlap
On 29/09/15 11:52, Jan Beulich wrote: > There is no page table sharing in shadow mode. > > Signed-off-by: Jan Beulich Reviewed-by: George Dunlap > --- > This was split out from a previously submitted patch. > > --- a/xen/arch/x86/mm/p2m-pt.c > +++ b/xen/arch/x86/mm/p2m-pt.c > @@ -645,7 +646,7