mbox series

[PULL,0/9] Ui 20201014 patches

Message ID 20201014082149.26853-1-kraxel@redhat.com
Headers show
Series Ui 20201014 patches | expand

Message

Gerd Hoffmann Oct. 14, 2020, 8:21 a.m. UTC
The following changes since commit 96292515c07e3a99f5a29540ed2f257b1ff75111:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging (2020-10-13 14:06:22 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20201014-pull-request

for you to fetch changes up to 41d004d8af59885da2c21460a73898b1aa09690f:

  ui: Fix default window_id value (2020-10-14 10:20:26 +0200)

----------------------------------------------------------------
ui: fixes for sdl, curses, vnc, input-linux.

----------------------------------------------------------------

Colin Xu (1):
  input-linux: Reset il->fd handler before closing it

Gerd Hoffmann (1):
  qemu-edid: drop cast

Jan Henrik Weinstock (1):
  SDL: enable OpenGL context creation

Jason Andryuk (1):
  vnc-stubs: Allow -vnc none

Samuel Thibault (1):
  ui: Fix default window_id value

Yonggang Luo (4):
  curses: Fixes compiler error that complain don't have langinfo.h on
    msys2/mingw
  curses: Fixes curses compiling errors.
  win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE
    are defined on msys2/mingw
  configure: Fixes ncursesw detection under msys2/mingw by convert them
    to meson

 configure                 | 155 ++------------------------------------
 meson_options.txt         |   4 +
 include/sysemu/os-win32.h |   4 +-
 qemu-edid.c               |   2 +-
 ui/console.c              |   1 +
 ui/curses.c               |  14 ++--
 ui/input-linux.c          |   1 +
 ui/sdl2.c                 |   5 ++
 ui/vnc-stubs.c            |   3 +
 util/oslib-win32.c        |   4 +-
 meson.build               |  83 +++++++++++++++++---
 ui/meson.build            |   2 +-
 12 files changed, 105 insertions(+), 173 deletions(-)

-- 
2.27.0

Comments

Peter Maydell Oct. 14, 2020, 2:24 p.m. UTC | #1
On Wed, 14 Oct 2020 at 09:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
>

> The following changes since commit 96292515c07e3a99f5a29540ed2f257b1ff75111:

>

>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging (2020-10-13 14:06:22 +0100)

>

> are available in the Git repository at:

>

>   git://git.kraxel.org/qemu tags/ui-20201014-pull-request

>

> for you to fetch changes up to 41d004d8af59885da2c21460a73898b1aa09690f:

>

>   ui: Fix default window_id value (2020-10-14 10:20:26 +0200)

>

> ----------------------------------------------------------------

> ui: fixes for sdl, curses, vnc, input-linux.

>

> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM