mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 12:44:04 +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 |