[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8 2/4] add a domain_tot_pages() helper function
On 30.01.2020 15:57, Paul Durrant wrote: > --- a/xen/arch/x86/domain.c > +++ b/xen/arch/x86/domain.c > @@ -218,7 +218,7 @@ void dump_pageframe_info(struct domain *d) > > printk("Memory pages belonging to domain %u:\n", d->domain_id); > > - if ( d->tot_pages >= 10 && d->is_dying < DOMDYING_dead ) > + if ( domain_tot_pages(d) >= 10 && d->is_dying < DOMDYING_dead ) Before I go any further - are you simply replacing _all_ ->tot_pages uses by the new helper? In the case here, for example, I don't think this is what we want. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |