qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e89fda: Include setjmp.h in qemu/osdep.h (bug


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e89fda: Include setjmp.h in qemu/osdep.h (bug fix for w64)
Date: Wed, 23 Mar 2016 06:00:03 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e89fdafb58038038e3ccb860c5e1068ba063bac8
      
https://github.com/qemu/qemu/commit/e89fdafb58038038e3ccb860c5e1068ba063bac8
  Author: Stefan Weil <address@hidden>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M include/qemu/osdep.h

  Log Message:
  -----------
  Include setjmp.h in qemu/osdep.h (bug fix for w64)

setjmp must be declared before sysemu/os-win32.h
because it is redefined there for 64 bit Windows.

Reviewed-by: Richard Henderson  <address@hidden>
Tested-by: Andrew Baumann <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>


  Commit: 8ff98f1ed2f50cd05c3c5027c7efdf69859ec664
      
https://github.com/qemu/qemu/commit/8ff98f1ed2f50cd05c3c5027c7efdf69859ec664
  Author: Stefan Weil <address@hidden>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M disas/i386.c
    M disas/m68k.c
    M include/qom/cpu.h
    M scripts/clean-includes
    M util/coroutine-sigaltstack.c
    M util/coroutine-ucontext.c
    M util/oslib-posix.c

  Log Message:
  -----------
  Remove unneeded include statements for setjmp.h

As soon as setjmp.h is included from qemu/osdep.h, those old include
statements are no longer needed.

Add also setjmp.h to the list in scripts/clean-includes.

Signed-off-by: Stefan Weil <address@hidden>


  Commit: ae6296342a1e0785cafd6ce2530f022d187e20e7
      
https://github.com/qemu/qemu/commit/ae6296342a1e0785cafd6ce2530f022d187e20e7
  Author: Stefan Weil <address@hidden>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M configure

  Log Message:
  -----------
  wxx: Add support for ncurses

We used to support only pdcurses for Windows, but recently Cygwin added
mingw64-i686-ncurses and mingw64-x86_64-ncurses packages which are
supported now, too.

Signed-off-by: Stefan Weil <address@hidden>


  Commit: ffa6564c9b13cea4b704e184d29d721f2cb061bb
      
https://github.com/qemu/qemu/commit/ffa6564c9b13cea4b704e184d29d721f2cb061bb
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    M configure
    M disas/i386.c
    M disas/m68k.c
    M include/qemu/osdep.h
    M include/qom/cpu.h
    M scripts/clean-includes
    M util/coroutine-sigaltstack.c
    M util/coroutine-ucontext.c
    M util/oslib-posix.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20160322' into 
staging

wxx patch queue

# gpg: Signature made Tue 22 Mar 2016 18:18:36 GMT using RSA key ID 677450AD
# gpg: Good signature from "Stefan Weil <address@hidden>"
# gpg:                 aka "Stefan Weil <address@hidden>"
# gpg:                 aka "Stefan Weil <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4923 6FEA 75C9 5D69 8EC2  B78A E08C 21D5 6774 50AD

* remotes/weil/tags/pull-wxx-20160322:
  wxx: Add support for ncurses
  Remove unneeded include statements for setjmp.h
  Include setjmp.h in qemu/osdep.h (bug fix for w64)

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/459621ac1a50...ffa6564c9b13

reply via email to

[Prev in Thread] Current Thread [Next in Thread]