[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 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. > --- a/xen/arch/x86/mm/paging.c > +++ b/xen/arch/x86/mm/paging.c > @@ -954,6 +954,22 @@ void paging_write_p2m_entry(struct p2m_domain *p2m, > unsigned long gfn, > safe_write_pte(p, new); > } > > +int paging_set_allocation(struct domain *d, unsigned long pages, int > *preempted) Since you need to touch the other two functions anyway, please make the last parameter bool * here and there. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |