KVM: selftests: Print timer ctl register in ISTATUS assertion
authorOliver Upton <oliver.upton@linux.dev>
Mon, 12 Feb 2024 21:09:33 +0000 (21:09 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Tue, 13 Feb 2024 01:42:34 +0000 (01:42 +0000)
commit8cdc71fbf65567dca6f52aac206d91754ad55147
treead804568f187d1d9684e30b3b07888b5553afb53
parent06fdd894b473c6cc29c9b39b82e0941cefec4e51
KVM: selftests: Print timer ctl register in ISTATUS assertion

Zenghui noted that the test assertion for the ISTATUS bit is printing
the current timer value instead of the control register in the case of
failure. While the assertion is sound, printing CNT isn't informative.

Change things around to actually print the CTL register value instead.

Reported-by: Zenghui Yu <yuzenghui@huawei.com>
Closes: https://lore.kernel.org/kvmarm/3188e6f1-f150-f7d0-6c2b-5b7608b0b012@huawei.com/
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
Link: https://lore.kernel.org/r/20240212210932.3095265-2-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
tools/testing/selftests/kvm/aarch64/arch_timer.c