Re: [PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues

2022-10-09 Thread Ganapatrao Kulkarni
Hi Marc, Any review comments on this series? On 24-08-2022 11:33 am, Ganapatrao Kulkarni wrote: This series contains 3 fixes which were found while testing ARM64 Nested Virtualization patch series. First patch avoids the restart of hrtimer when timer interrupt is fired/forwarded to

Re: [PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation

2022-10-09 Thread Oliver Upton
On Sun, Oct 09, 2022 at 11:31:31AM +0800, Zenghui Yu wrote: > Commit 98f94ce42ac6 ("KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to > separate helper") wrongly converted a "real" GIC device creation to > __kvm_test_create_device() and caused the test failure on my D05 (which > supports v2

Re: [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make

2022-10-09 Thread Oliver Upton
Hey Ricardo, On Tue, Sep 13, 2022 at 05:20:11PM -0700, Ricardo Koller wrote: [...] > > diff --git a/arch/arm64/kvm/hyp/pgtable.c b/arch/arm64/kvm/hyp/pgtable.c > > index d8127c25424c..5c0c8028d71c 100644 > > --- a/arch/arm64/kvm/hyp/pgtable.c > > +++ b/arch/arm64/kvm/hyp/pgtable.c > > @@