[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/2] x86/p2m: clean up altp2m
On Fri, Apr 29, 2016 at 3:49 PM, Jan Beulich <JBeulich@xxxxxxxx> wrote: > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx> > > --- a/xen/arch/x86/mm/p2m.c > +++ b/xen/arch/x86/mm/p2m.c > @@ -618,9 +618,11 @@ void p2m_teardown(struct p2m_domain *p2m > > void p2m_final_teardown(struct domain *d) > { > - /* We must teardown unconditionally because > + /* > + * We must teardown both of them unconditionally because > * we initialise them unconditionally. > */ > + p2m_teardown_altp2m(d); > p2m_teardown_nestedp2m(d); > > /* Iterate over all p2m tables per domain */ > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |