Re: [PATCH v8 2/5] xen/riscv: introduce setup_initial_pages

2023-05-22 Thread Jan Beulich
On 22.05.2023 14:18, Oleksii Kurochko wrote: > The idea was taken from xvisor but the following changes > were done: > * Use only a minimal part of the code enough to enable MMU > * rename {_}setup_initial_pagetables functions > * add an argument for setup_initial_mapping to have > an opportunity

[PATCH v8 2/5] xen/riscv: introduce setup_initial_pages

2023-05-22 Thread Oleksii Kurochko
The idea was taken from xvisor but the following changes were done: * Use only a minimal part of the code enough to enable MMU * rename {_}setup_initial_pagetables functions * add an argument for setup_initial_mapping to have an opportunity to make set PTE flags. * update setup_initial_pagetables