]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
block: Use correct width in format strings
authorMax Reitz <mreitz@redhat.com>
Tue, 29 Apr 2014 17:03:12 +0000 (19:03 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 Apr 2014 12:46:17 +0000 (14:46 +0200)
commit521b2b5df0ccad764cf95164c6e428f855067a6f
tree6450a83673c3bbd0c980c82ec06bb025dcfeeae3
parent91f827dcff61c3e007def4c949d3a8310954b85e
block: Use correct width in format strings

Instead of blindly relying on a normal integer having a width of 32 bits
(which is a pretty good assumption, but we should not rely on it if
there is no need), use the correct format string macros.

This does not touch DEBUG output.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/cow.c
block/dmg.c
block/qcow.c
block/qcow2.c
block/sheepdog.c
block/vdi.c