[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 06/30] x86/paging: introduce paging_set_allocation
On Thu, Sep 29, 2016 at 10:12:12AM -0600, Jan Beulich wrote: > >>> On 29.09.16 at 16:51, <roger.pau@xxxxxxxxxx> wrote: > > On Thu, Sep 29, 2016 at 04:51:42AM -0600, Jan Beulich wrote: > >> >>> On 27.09.16 at 17:57, <roger.pau@xxxxxxxxxx> wrote: > >> > @@ -1383,15 +1382,25 @@ int __init construct_dom0( > >> > nr_pages); > >> > } > >> > > >> > - if ( is_pvh_domain(d) ) > >> > - hap_set_alloc_for_pvh_dom0(d, dom0_paging_pages(d, nr_pages)); > >> > - > >> > /* > >> > * We enable paging mode again so guest_physmap_add_page will do the > >> > * right thing for us. > >> > */ > >> > >> I'm afraid you render this comment stale - please adjust it accordingly. > > > > Not AFAICT, this comment is referring to the next line, which is: > > > > d->arch.paging.mode = save_pvh_pg_mode; > > > > The classic PVH domain builder contains quite a lot of craziness and > > disables paging modes at certain points by playing with d->arch.paging.mode. > > Right, but your addition below that line now also depends on that > restore, afaict. Yes, that's completely right, sorry for overlooking it. I've expanded the comment to also reference paging_set_allocation (or else we would hit an assert). Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |