Message ID | 20211007233439.1826892-1-rananta@google.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: arm64: selftests: Introduce arch_timer selftest | expand |
On Thu, 7 Oct 2021 23:34:24 +0000, Raghavendra Rao Ananta wrote: > The patch series adds a KVM selftest to validate the behavior of > ARM's generic timer (patch-14). The test programs the timer IRQs > periodically, and for each interrupt, it validates the behaviour > against the architecture specifications. The test further provides > a command-line interface to configure the number of vCPUs, the > period of the timer, and the number of iterations that the test > has to run for. > > [...] Applied to next, thanks! [01/15] KVM: arm64: selftests: Add MMIO readl/writel support commit: 88ec7e258b70eed5e532d32115fccd11ea2a6287 [02/15] tools: arm64: Import sysreg.h commit: 272a067df3c89f6f2176a350f88661625a2c8b3b [03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h commit: 272a067df3c89f6f2176a350f88661625a2c8b3b [04/15] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG commit: b3c79c6130bcfdb0ff3819077deaddce981a0718 [05/15] KVM: arm64: selftests: Add support for cpu_relax commit: 740826ec02a65a5b25335fddfe8bce4ac99c7a11 [06/15] KVM: arm64: selftests: Add basic support for arch_timers commit: d977ed39940231839f6856637fe24f41860f7969 [07/15] KVM: arm64: selftests: Add basic support to generate delays commit: 80166904655976bb9babc48fd283c2bba5799920 [08/15] KVM: arm64: selftests: Add support to disable and enable local IRQs commit: 5c636d585cfd0d01a89b18fced77a07ab2ef386a [09/15] KVM: arm64: selftests: Maintain consistency for vcpuid type commit: 0226cd531c587e0cd51e5ce5622051d319182506 [10/15] KVM: arm64: selftests: Add guest support to get the vcpuid commit: 17229bdc86c9e618e8832b5ca8451e367e07511b [11/15] KVM: arm64: selftests: Add light-weight spinlock support commit: 414de89df1ec453ff4adb9d77ffd596096cb44bd [12/15] KVM: arm64: selftests: Add basic GICv3 support commit: 28281652f90acc138f8b4bae8a3bf8cf1ce0d29e [13/15] KVM: arm64: selftests: Add host support for vGIC commit: 250b8d6cb3b0312341304fa323b82355d656c018 [14/15] KVM: arm64: selftests: Add arch_timer test commit: 4959d8650e9f4095a5df6e578377d850f1b94d2f [15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration commit: 61f6fadbf9bd6694c72e40d9fa186ceff730ef33 Cheers, M.