Re: [PATCH v4 14/21] KVM: arm64: Expose pkvm_hyp_id

2021-08-10 Thread Fuad Tabba
Hi Quentin, On Mon, Aug 9, 2021 at 5:25 PM Quentin Perret wrote: > > Allow references to the hypervisor's owner id from outside > mem_protect.c. > > Signed-off-by: Quentin Perret > --- Reviewed-by: Fuad Tabba Thanks, /fuad > arch/arm64/kvm/hyp/include/nvhe/mem_protect.h | 2 ++ >

[PATCH v4 14/21] KVM: arm64: Expose pkvm_hyp_id

2021-08-09 Thread Quentin Perret
Allow references to the hypervisor's owner id from outside mem_protect.c. Signed-off-by: Quentin Perret --- arch/arm64/kvm/hyp/include/nvhe/mem_protect.h | 2 ++ arch/arm64/kvm/hyp/nvhe/mem_protect.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git