[Qemu-devel] [PULL 0/4] Ui 20180410 patches

Gerd Hoffmann posted 4 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180410092446.26903-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
configure     | 110 +++++++++++++++++++++++++++++++---------------------------
ui/gtk.c      |   8 -----
ui/x_keymap.c |   7 ++--
3 files changed, 63 insertions(+), 62 deletions(-)
[Qemu-devel] [PULL 0/4] Ui 20180410 patches
Posted by Gerd Hoffmann 5 years, 11 months ago
The following changes since commit 915d34c5f99b0ab91517c69f54272bfdb6ca2b32:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-04-09 17:29:10 +0100)

are available in the git repository at:

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

for you to fetch changes up to c6093a05d6a84d2144bb6462cf20e907eddf8aeb:

  configure: don't warn SDL abi if disabled (2018-04-10 11:22:03 +0200)

----------------------------------------------------------------
configure: don't warn on old sdl/gtk versions if disabled.
keymap + gtk fixes.

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

Daniel P. Berrangé (1):
  ui: fix keymap detection under Xwayland

Gerd Hoffmann (1):
  gtk: drop pointless code from gd_window_close

Peter Xu (2):
  configure: don't warn GTK if disabled
  configure: don't warn SDL abi if disabled

 configure     | 110 +++++++++++++++++++++++++++++++---------------------------
 ui/gtk.c      |   8 -----
 ui/x_keymap.c |   7 ++--
 3 files changed, 63 insertions(+), 62 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Ui 20180410 patches
Posted by Peter Maydell 5 years, 11 months ago
On 10 April 2018 at 10:24, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 915d34c5f99b0ab91517c69f54272bfdb6ca2b32:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-04-09 17:29:10 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180410-pull-request
>
> for you to fetch changes up to c6093a05d6a84d2144bb6462cf20e907eddf8aeb:
>
>   configure: don't warn SDL abi if disabled (2018-04-10 11:22:03 +0200)
>
> ----------------------------------------------------------------
> configure: don't warn on old sdl/gtk versions if disabled.
> keymap + gtk fixes.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM