Sean Christopherson 29b0075ed6 KVM: selftests: Fix __GUEST_ASSERT() format warnings in ARM's arch timer test
Use %x instead of %lx when printing uint32_t variables to fix format
warnings in ARM's arch timer test.

aarch64/arch_timer.c: In function ‘guest_run_stage’:
aarch64/arch_timer.c:138:33: warning: format ‘%lx’ expects argument of type ‘long unsigned int’,
                             but argument 6 has type ‘uint32_t’ {aka ‘unsigned int’} [-Wformat=]
  138 |                                 "config_iter + 1 = 0x%lx, irq_iter = 0x%lx.\n"
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  141 |                                 config_iter + 1, irq_iter);
      |                                 ~~~~~~~~~~~~~~~
      |                                             |
      |                                             uint32_t {aka unsigned int}

Fixes: d1dafd065a23 ("KVM: arm64: selftests: Enable tuning of error margin in arch_timer test")
Signed-off-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20240314175116.2366301-1-seanjc@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
2024-03-26 01:51:44 -07:00
..
2024-03-11 18:06:04 -07:00
2024-03-11 09:25:33 -07:00
2023-08-24 10:41:47 -04:00
2024-03-14 16:16:33 -07:00
2024-03-14 16:00:27 -07:00
2024-03-11 09:25:33 -07:00
2023-11-01 17:08:10 -10:00
2024-03-15 17:53:48 -07:00
2023-10-15 20:07:52 +01:00
2023-04-25 11:05:04 -07:00
2024-03-12 17:44:08 -07:00
2023-10-05 14:22:53 -06:00
2024-03-12 17:44:08 -07:00
2024-03-21 12:35:20 -07:00