Re: [Qemu-devel] [PATCH for-1.4 RESEND v2 1/2] qtest: Use strtoull() for uint64_t

2013-02-11 Thread Andreas Färber
Am 11.02.2013 17:41, schrieb Andreas Färber: On 32-bit hosts, unsigned long may be uint32_t and uint64_t may be unsigned long long. Account for this by always using strtoull(). We were already using strtoll() for int64_t. Signed-off-by: Andreas Färber afaer...@suse.de Sorry, this one was

[Qemu-devel] [PATCH for-1.4 RESEND v2 1/2] qtest: Use strtoull() for uint64_t

2013-02-11 Thread Andreas Färber
On 32-bit hosts, unsigned long may be uint32_t and uint64_t may be unsigned long long. Account for this by always using strtoull(). We were already using strtoll() for int64_t. Signed-off-by: Andreas Färber afaer...@suse.de --- qtest.c |8 1 Datei geändert, 4 Zeilen hinzugefügt(+),