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

2023-05-30 Thread Bobby Eshleman
On Thu, May 25, 2023 at 06:28:15PM +0300, 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 ha

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

2023-05-25 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