Re: [PATCH] KVM: selftests: Print timer ctl register in ISTATUS assertion

From: Zenghui Yu
Date: Mon Feb 12 2024 - 20:15:37 EST


On 2024/2/13 05:09, Oliver Upton wrote:
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@xxxxxxxxxx>
Closes: https://lore.kernel.org/kvmarm/3188e6f1-f150-f7d0-6c2b-5b7608b0b012@xxxxxxxxxx/
Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx>

Reviewed-by: Zenghui Yu <zenghui.yu@xxxxxxxxx>