Re: [PATCH v2 3/5] x86/paging: move update_paging_modes() hook

2023-03-16 Thread Roger Pau Monné
On Mon, Jan 09, 2023 at 02:40:50PM +0100, Jan Beulich wrote: > The hook isn't mode dependent, hence it's misplaced in struct > paging_mode. (Or alternatively I see no reason why the alloc_page() and > free_page() hooks don't also live there.) Move it to struct > paging_domain. > > Signed-off-by:

[PATCH v2 3/5] x86/paging: move update_paging_modes() hook

2023-01-09 Thread Jan Beulich
The hook isn't mode dependent, hence it's misplaced in struct paging_mode. (Or alternatively I see no reason why the alloc_page() and free_page() hooks don't also live there.) Move it to struct paging_domain. Signed-off-by: Jan Beulich --- v2: Undo rename (plural -> singular). Add a comment in