On 31.05.2022 05:12, Penny Zheng wrote: > --- a/xen/common/page_alloc.c > +++ b/xen/common/page_alloc.c > @@ -151,8 +151,8 @@ > #define p2m_pod_offline_or_broken_replace(pg) BUG_ON(pg != NULL) > #endif > > -#ifndef PGC_reserved > -#define PGC_reserved 0 > +#ifndef PGC_staticmem > +#define PGC_staticmem 0 > #endif
Just wondering: Is the "mem" part of the name really significant? Pages always represent memory of some form, don't they? Jan