[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/9] Ui 20201014 patches
From: |
Gerd Hoffmann |
Subject: |
[PULL 0/9] Ui 20201014 patches |
Date: |
Wed, 14 Oct 2020 10:21:40 +0200 |
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