Fix ivshmem build on 32-bit hosts
commitad0a4ac1c0e1859eb0c67900dba696cc459b42a7
authorAvi Kivity <avi@redhat.com>
Sun, 29 Aug 2010 09:43:15 +0000 (29 12:43 +0300)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Sep 2010 09:53:53 +0000 (4 09:53 +0000)
tree70713bfa018c76eff8c0cbf2abc97f3d9fe5024c
parentc93031e56a7fe0f22dd4ece50d25d5f3af221cfa
Fix ivshmem build on 32-bit hosts

stat() fields can be more or less anything depending on configuration, cast
explicitly to uint64_t to avoid printf() format mismatches.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/ivshmem.c