On 31.05.2022 05:12, Penny Zheng wrote: > --- a/xen/include/xen/sched.h > +++ b/xen/include/xen/sched.h > @@ -381,6 +381,9 @@ struct domain > struct page_list_head page_list; /* linked list */ > struct page_list_head extra_page_list; /* linked list (size extra_pages) > */ > struct page_list_head xenpage_list; /* linked list (size xenheap_pages) > */ > +#ifdef CONFIG_STATIC_MEMORY > + struct page_list_head resv_page_list; /* linked list (size resv_pages) */ > +#endif
The comment part in parentheses isn't applicable just yet. Please move that to where that counter actually is introduced. While this may be in this same series, there's no guarantee that all parts of this series will be committed together. With that adjustment Acked-by: Jan Beulich <jbeul...@suse.com> Jan