Fix warnings on 32 bit systems (qemu-kvm.c)
commita9cf44e07211adb97edffbe04061b8179a238f61
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 20 May 2009 07:27:09 +0000 (20 10:27 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 20 May 2009 14:32:17 +0000 (20 17:32 +0300)
tree31de71ec3e0d71bf5b24fb955be3dfd4b052b66d
parent54a3eeafb099a87da1aff632b7e5db985741efbd
Fix warnings on 32 bit systems (qemu-kvm.c)

size_t must be printed with %zd, not %ld.
long constants are UL, not ULL.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.c