Re: [Qemu-devel] [PATCH] win32: use PRId64 instead of %lld

2010-01-26 Thread Anthony Liguori
On 01/24/2010 03:23 PM, Herve Poussineau wrote: Replace %lld occurrences by PRId64. Incidentally, this fixes use of curl on Windows, and prevents an assert when closing Qemu. The JSON bits need to be a separate patch. The changes to qemu-io.c break the build on 64-bit too. Regards, Ant

[Qemu-devel] [PATCH] win32: use PRId64 instead of %lld

2010-01-24 Thread Herve Poussineau
Replace %lld occurrences by PRId64. Incidentally, this fixes use of curl on Windows, and prevents an assert when closing Qemu. Signed-off-by: Herve Poussineau --- block/curl.c | 10 +- block/qcow2.c |2 +- hw/vga.c |2 +- json-lexer.c