Re: [Qemu-devel] [PATCH] Fix ivshmem build on 32-bit hosts

2010-09-04 Thread Blue Swirl
Thanks, applied. On Sun, Aug 29, 2010 at 9:43 AM, Avi Kivity wrote: > 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 > --- >  hw/ivshmem.c |    7 --- >  1 files changed, 4

Re: [Qemu-devel] [PATCH] Fix ivshmem build on 32-bit hosts

2010-08-29 Thread Alexander Graf
On 29.08.2010, at 11:43, Avi Kivity wrote: > 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 I got a very similar patch in my queue: fprintf(stderr, " than shared o

[Qemu-devel] [PATCH] Fix ivshmem build on 32-bit hosts

2010-08-29 Thread Avi Kivity
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 --- hw/ivshmem.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/ivshmem.c b/hw/ivshmem.c index bbb5