Re: [PATCH v4 06/18] KVM: arm64: selftests: Add basic support for arch_timers

From: Andrew Jones
Date: Thu Sep 09 2021 - 03:08:12 EST


On Thu, Sep 09, 2021 at 01:38:06AM +0000, Raghavendra Rao Ananta wrote:
> Add a minimalistic library support to access the virtual timers,
> that can be used for simple timing functionalities, such as
> introducing delays in the guest.
>
> Signed-off-by: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
> ---
> .../kvm/include/aarch64/arch_timer.h | 142 ++++++++++++++++++
> 1 file changed, 142 insertions(+)
> create mode 100644 tools/testing/selftests/kvm/include/aarch64/arch_timer.h
>

Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>