Re: [PATCH v2 01/15] xen/asm-generic: introduce stub header paging.h

2023-11-13 Thread Jan Beulich
On 10.11.2023 17:30, Oleksii Kurochko wrote: > The patch introduces generic paging.h header for Arm, PPC and > RISC-V. > > All mentioned above architectures use hardware virt extensions > and hardware pagetable extensions thereby it makes sense to set > paging_mode_translate and paging_mode_extern

[PATCH v2 01/15] xen/asm-generic: introduce stub header paging.h

2023-11-10 Thread Oleksii Kurochko
The patch introduces generic paging.h header for Arm, PPC and RISC-V. All mentioned above architectures use hardware virt extensions and hardware pagetable extensions thereby it makes sense to set paging_mode_translate and paging_mode_external by default. Also in this patch Arm and PPC architectu