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>