Re: [Qemu-devel] [PATCH] Make strtosz() return int64_t instead of ssize_t

2011-01-11 Thread Kevin Wolf
Am 05.01.2011 11:41, schrieb jes.soren...@redhat.com: From: Jes Sorensen jes.soren...@redhat.com strtosz() needs to return a 64 bit type even on 32 bit architectures. Otherwise qemu-img will fail to create disk images = 2GB Signed-off-by: Jes Sorensen jes.soren...@redhat.com Thanks,

[Qemu-devel] [PATCH] Make strtosz() return int64_t instead of ssize_t

2011-01-05 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com strtosz() needs to return a 64 bit type even on 32 bit architectures. Otherwise qemu-img will fail to create disk images = 2GB Signed-off-by: Jes Sorensen jes.soren...@redhat.com --- cutils.c |8 monitor.c |2 +- qemu-common.h