Re: [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size.

2023-01-02 Thread Ganapatrao Kulkarni
On 29-12-2022 11:12 pm, Marc Zyngier wrote: On Wed, 24 Aug 2022 07:03:04 +0100, Ganapatrao Kulkarni wrote: In NV case, Shadow stage 2 page table is created using host hypervisor page table configuration like page size, block size etc. Also, the shadow stage 2 table uses block level mapping

Re: [PATCH 2/3] KVM: arm64: nv: Emulate ISTATUS when emulated timers are fired.

2023-01-02 Thread Ganapatrao Kulkarni
On 02-01-2023 05:16 pm, Marc Zyngier wrote: On Thu, 29 Dec 2022 13:53:15 +, Marc Zyngier wrote: On Wed, 24 Aug 2022 07:03:03 +0100, Ganapatrao Kulkarni wrote: Guest-Hypervisor forwards the timer interrupt to Guest-Guest, if it is enabled, unmasked and ISTATUS bit of register

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 Guest