[PATCH v6 20/21] selftests: KVM: Test physical counter offsetting

2021-08-04 Thread Oliver Upton
Test that userspace adjustment of the guest physical counter-timer results in the correct view within the guest. Cc: Andrew Jones Signed-off-by: Oliver Upton --- .../selftests/kvm/include/aarch64/processor.h | 12 +++ .../kvm/system_counter_offset_test.c | 31 +--

Re: [PATCH v6 20/21] selftests: KVM: Test physical counter offsetting

2021-08-04 Thread Andrew Jones
On Wed, Aug 04, 2021 at 08:58:18AM +, Oliver Upton wrote: > Test that userspace adjustment of the guest physical counter-timer > results in the correct view within the guest. > > Cc: Andrew Jones > Signed-off-by: Oliver Upton > --- > .../selftests/kvm/include/aarch64/processor.h | 12