Re: [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers

2021-08-03 Thread Quentin Perret
On Monday 02 Aug 2021 at 13:13:20 (+0200), Fuad Tabba wrote: > Hi Quentin, > > On Thu, Jul 29, 2021 at 3:28 PM Quentin Perret wrote: > > > > We will need to manipulate the host stage-2 page-table from outside > > mem_protect.c soon. Introduce two functions allowing this, and make > > them usable

Re: [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers

2021-08-02 Thread Fuad Tabba
Hi Quentin, On Thu, Jul 29, 2021 at 3:28 PM Quentin Perret wrote: > > We will need to manipulate the host stage-2 page-table from outside > mem_protect.c soon. Introduce two functions allowing this, and make > them usable to users of mem_protect.h. > > Signed-off-by: Quentin Perret > --- >

[PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers

2021-07-29 Thread Quentin Perret
We will need to manipulate the host stage-2 page-table from outside mem_protect.c soon. Introduce two functions allowing this, and make them usable to users of mem_protect.h. Signed-off-by: Quentin Perret --- arch/arm64/kvm/hyp/include/nvhe/mem_protect.h | 2 ++