]> git.proxmox.com Git - qemu.git/commitdiff
Merge branch 'w64' of git://qemu.weilnetz.de/qemu
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 15 Apr 2012 19:56:06 +0000 (19:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 15 Apr 2012 19:56:06 +0000 (19:56 +0000)
* 'w64' of git://qemu.weilnetz.de/qemu:
  w64: Fix time conversion for some versions of MinGW-w64
  nbd: Fix compiler warning (w64)
  disas: Replace 'unsigned long' by 'uintptr_t'
  cpu-exec: Remove non-portable type cast and fix format string
  target-mips: Fix type cast for w64 (uintptr_t)
  w64: Fix type cast in os_host_main_loop_wait
  w64: Fix data types in softmmu*.h
  w64: Use uintptr_t in exec.c
  softmmu: Use uintptr_t for physaddr and rename it
  w64: Fix struct CPUTLBEntry
  w64: Fix definition of setjmp
  w32: Move defines for socket specific errors to qemu-os-win32.h
  w64: Use larger alignment for section with generated code
  w64: Fix data types in cpu-all.h, exec.c
  w64: Fix type casts used in some macros in cpu-all.h
  tcg/i386: Add support for w64 ABI
  tcg/i386: Use GDB JIT debugging interface only for hosts with ELF


Trivial merge