qemu/tests/tcg/aarch64/system
Ilya Leoshkevich 379652e967 tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.c
make check-tcg fails on Fedora with:

    vtimer.c:9:10: fatal error: inttypes.h: No such file or directory

Fedora has a minimal aarch64 cross-compiler, which satisfies the
configure checks, so it's chosen instead of the dockerized one.
There is no cross-version of inttypes.h, however.

Fix by using stdint.h instead. The test does not require anything
from inttypes.h anyway.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-ID: <20240108125030.58569-1-iii@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-01-18 10:43:51 +01:00
..
boot.S arm: spelling fixes 2023-07-25 17:13:53 +03:00
kernel.ld
pauth-3.c tests/tcg: compile system emulation tests as freestanding 2022-07-06 09:31:16 +02:00
semiconsole.c tests/tcg: compile system emulation tests as freestanding 2022-07-06 09:31:16 +02:00
semiheap.c arm: spelling fixes 2023-07-25 17:13:53 +03:00
vtimer.c tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.c 2024-01-18 10:43:51 +01:00