mirror of
https://github.com/qemu/qemu.git
synced 2025-10-28 06:54:53 +00:00
It is not portable to use "%ld" for int64_t because int64_t may have type long on 64-bit platforms and long long on 32-bit platforms. Use the standard library PRId64 macros to keep format strings portable. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |
||
|---|---|---|
| .. | ||
| specs | ||
| blkverify.txt | ||
| migration.txt | ||
| qdev-device-use.txt | ||
| tracing.txt | ||