mbox

[PULL,0/5] Patch queue for w32/w64

Message ID 1443125768-10854-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Pull-request

git://qemu.weilnetz.de/qemu.git tags/pull-wxx-20150924

Message

Stefan Weil Sept. 24, 2015, 8:16 p.m. UTC
The following changes since commit 9438fe9e56760e5e5e11d6c7d12ed9c64a0c8446:

  Merge remote-tracking branch 'remotes/elmarco/tags/rm-libcacard' into staging (2015-09-24 17:04:31 +0100)

are available in the git repository at:

  git://qemu.weilnetz.de/qemu.git tags/pull-wxx-20150924

for you to fetch changes up to 4d9310f427b477a126f6f2006c3a73b9764948b6:

  oslib-win32: only provide localtime_r/gmtime_r if missing (2015-09-24 21:13:49 +0200)

----------------------------------------------------------------
wxx patch queue

  - Faster Win32 QemuEvent
  - Fixes needed for latest Mingw-w64 build environment
  - Version information in QEMU installer for Windows

----------------------------------------------------------------
Daniel P. Berrange (2):
      gtk: avoid redefining _WIN32_WINNT macro
      oslib-win32: only provide localtime_r/gmtime_r if missing

Paolo Bonzini (1):
      qemu-thread: add a fast path to the Win32 QemuEvent

Stefan Weil (2):
      nsis: Add QEMU version information to Windows registry
      slirp: Fix non blocking connect for w32

 Makefile                      |  1 +
 configure                     | 34 ++++++++++++++++++++++++++++++++++
 docs/win32-qemu-event.promela | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/qemu/osdep.h          |  4 +++-
 include/qemu/thread-win32.h   |  1 +
 include/sysemu/os-win32.h     |  2 ++
 include/ui/gtk.h              |  4 ----
 qemu.nsi                      |  3 +++
 slirp/tcp_input.c             |  8 +++++++-
 ui/gtk.c                      |  9 +++++++++
 util/oslib-win32.c            |  2 ++
 util/qemu-thread-win32.c      | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 12 files changed, 222 insertions(+), 10 deletions(-)
 create mode 100644 docs/win32-qemu-event.promela

[PULL 1/5] nsis: Add QEMU version information to Windows registry
[PULL 2/5] slirp: Fix non blocking connect for w32
[PULL 3/5] qemu-thread: add a fast path to the Win32 QemuEvent
[PULL 4/5] gtk: avoid redefining _WIN32_WINNT macro
[PULL 5/5] oslib-win32: only provide localtime_r/gmtime_r if missing

Comments

Peter Maydell Sept. 24, 2015, 11:37 p.m. UTC | #1
On 24 September 2015 at 13:16, Stefan Weil <sw@weilnetz.de> wrote:
> The following changes since commit 9438fe9e56760e5e5e11d6c7d12ed9c64a0c8446:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/rm-libcacard' into staging (2015-09-24 17:04:31 +0100)
>
> are available in the git repository at:
>
>   git://qemu.weilnetz.de/qemu.git tags/pull-wxx-20150924
>
> for you to fetch changes up to 4d9310f427b477a126f6f2006c3a73b9764948b6:
>
>   oslib-win32: only provide localtime_r/gmtime_r if missing (2015-09-24 21:13:49 +0200)
>
> ----------------------------------------------------------------
> wxx patch queue
>
>   - Faster Win32 QemuEvent
>   - Fixes needed for latest Mingw-w64 build environment
>   - Version information in QEMU installer for Windows
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM