Re: [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking

2021-07-21 Thread Fuad Tabba
Hi Quentin, On Mon, Jul 19, 2021 at 11:48 AM Quentin Perret wrote: > > Refactor the hypervisor stage-1 locking in nVHE protected mode to expose > a new pkvm_create_mappings_locked() function. This will be used in later > patches to allow walking and changing the hypervisor stage-1 without > relea

[PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking

2021-07-19 Thread Quentin Perret
Refactor the hypervisor stage-1 locking in nVHE protected mode to expose a new pkvm_create_mappings_locked() function. This will be used in later patches to allow walking and changing the hypervisor stage-1 without releasing the lock. Signed-off-by: Quentin Perret --- arch/arm64/kvm/hyp/include/