This is an updated version. v2 removed two patches which only fixed compiler warnings and which will be handled separately. I added Acked-by / Reviewed-by to the first two patches. Patch 09 was fixed and also renames physaddr as suggested by Blue Swirl.
These updated patches can also be pulled from git://qemu.weilnetz.de/qemu.git w64 Regards, Stefan W. [PATCH 01/17] tcg/i386: Use GDB JIT debugging interface only for hosts with ELF [PATCH 02/17] tcg/i386: Add support for w64 ABI [PATCH 03/17] w64: Fix type casts used in some macros in cpu-all.h [PATCH 04/17] w64: Fix data types in cpu-all.h, exec.c [PATCH 05/17] w64: Use larger alignment for section with generated code [PATCH 06/17] w32: Move defines for socket specific errors to qemu-os-win32.h [PATCH 07/17] w64: Fix definition of setjmp [PATCH 08/17] w64: Fix struct CPUTLBEntry [PATCH 09/17] softmmu: Use uintptr_t for physaddr and rename it [PATCH 10/17] w64: Use uintptr_t in exec.c [PATCH 11/17] w64: Fix data types in softmmu*.h [PATCH 12/17] w64: Fix type cast in os_host_main_loop_wait [PATCH 13/17] target-mips: Fix type cast for w64 (uintptr_t) [PATCH 14/17] cpu-exec: Remove non-portable type cast and fix format string [PATCH 15/17] disas: Replace 'unsigned long' by 'uintptr_t' [PATCH 16/17] nbd: Fix compiler warning (w64) [PATCH 17/17] w64: Fix time conversion for some versions of MinGW-w64