mbox

[PULL,0/3] wxx: Last minute fixes for 2.5

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

Pull-request

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

Message

Stefan Weil Nov. 30, 2015, 5:55 a.m. UTC
The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579fb:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2015-11-27 10:44:42 +0000)

are available in the git repository at:

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

for you to fetch changes up to 78e9d4ad11e7116376328860a58b96765ade7b62:

  w32: Use gcc option -mthreads (2015-11-30 06:47:02 +0100)

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

----------------------------------------------------------------
Stefan Weil (3):
      trace/simple: Fix warning and wrong trace file name for MinGW
      oslib-win32: Change return type of function getpagesize
      w32: Use gcc option -mthreads

 configure                 | 2 ++
 include/sysemu/os-win32.h | 2 +-
 trace/simple.c            | 3 ++-
 util/oslib-win32.c        | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

Comments

Peter Maydell Nov. 30, 2015, 5:08 p.m. UTC | #1
On 30 November 2015 at 05:55, Stefan Weil <sw@weilnetz.de> wrote:
> The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579fb:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2015-11-27 10:44:42 +0000)
>
> are available in the git repository at:
>
>   git://qemu.weilnetz.de/qemu.git tags/pull-wxx-20151130
>
> for you to fetch changes up to 78e9d4ad11e7116376328860a58b96765ade7b62:
>
>   w32: Use gcc option -mthreads (2015-11-30 06:47:02 +0100)
>
> ----------------------------------------------------------------
> wxx patch queue
>
> ----------------------------------------------------------------
> Stefan Weil (3):
>       trace/simple: Fix warning and wrong trace file name for MinGW
>       oslib-win32: Change return type of function getpagesize
>       w32: Use gcc option -mthreads
>
>  configure                 | 2 ++
>  include/sysemu/os-win32.h | 2 +-
>  trace/simple.c            | 3 ++-
>  util/oslib-win32.c        | 2 +-
>  4 files changed, 6 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM