qemu-e2k/docs
Stefan Hajnoczi 9a85d39447 trace: Use portable format strings
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>
2010-10-09 08:16:45 +00:00
..
specs Device specification for shared memory PCI device 2010-08-10 16:25:15 -05:00
blkverify.txt blkverify: Add block driver for verifying I/O 2010-09-21 17:00:53 +02:00
migration.txt docs: Improve documentation 2010-10-05 13:53:55 -05:00
qdev-device-use.txt docs: New qdev-device-use.txt 2010-01-13 17:14:16 -06:00
tracing.txt trace: Use portable format strings 2010-10-09 08:16:45 +00:00