mbox

[PULL,0/3] wxx patch queue for 2.6

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

Pull-request

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

Message

Stefan Weil March 22, 2016, 6:26 p.m. UTC
The following changes since commit 459621ac1a505ef7dee769295ee2e6c835b2314d:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-03-21-tag' into staging (2016-03-22 17:39:48 +0000)

are available in the git repository at:

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

for you to fetch changes up to ae6296342a1e0785cafd6ce2530f022d187e20e7:

  wxx: Add support for ncurses (2016-03-22 19:17:38 +0100)

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

----------------------------------------------------------------
Stefan Weil (3):
      Include setjmp.h in qemu/osdep.h (bug fix for w64)
      Remove unneeded include statements for setjmp.h
      wxx: Add support for ncurses

 configure                    | 2 +-
 disas/i386.c                 | 2 --
 disas/m68k.c                 | 2 --
 include/qemu/osdep.h         | 3 +++
 include/qom/cpu.h            | 1 -
 scripts/clean-includes       | 2 +-
 util/coroutine-sigaltstack.c | 1 -
 util/coroutine-ucontext.c    | 1 -
 util/oslib-posix.c           | 1 -
 9 files changed, 5 insertions(+), 10 deletions(-)

Comments

Peter Maydell March 23, 2016, 12:57 p.m. UTC | #1
On 22 March 2016 at 18:26, Stefan Weil <sw@weilnetz.de> wrote:
>
> The following changes since commit 459621ac1a505ef7dee769295ee2e6c835b2314d:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-03-21-tag' into staging (2016-03-22 17:39:48 +0000)
>
> are available in the git repository at:
>
>   git://qemu.weilnetz.de/qemu.git tags/pull-wxx-20160322
>
> for you to fetch changes up to ae6296342a1e0785cafd6ce2530f022d187e20e7:
>
>   wxx: Add support for ncurses (2016-03-22 19:17:38 +0100)
>
> ----------------------------------------------------------------
> wxx patch queue
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM