[Qemu-devel] [PULL 0/2] Ui 20180614 patches

Gerd Hoffmann posted 2 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180614083258.14618-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 failed
Test s390x passed
Makefile           | 1 +
include/ui/input.h | 3 +++
ui/input-keymap.c  | 1 +
ui/sdl2.c          | 3 +--
4 files changed, 6 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/2] Ui 20180614 patches
Posted by Gerd Hoffmann 5 years, 10 months ago
The following changes since commit 2ab09bf2f9f55b9fb8d2de6eb2ba2a8570e268e2:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' into staging (2018-06-12 15:34:34 +0100)

are available in the git repository at:

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

for you to fetch changes up to 64bf97e56f3ab44d587c92c40503d646273a24df:

  sdl2: restore window dimensions by resize (2018-06-14 09:55:09 +0200)

----------------------------------------------------------------
ui: bugfixes for sdl and gtk

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

Amadeusz Sławiński (1):
  sdl2: restore window dimensions by resize

Keno Fischer (1):
  ui: darwin: gtk: Add missing input keymap

 Makefile           | 1 +
 include/ui/input.h | 3 +++
 ui/input-keymap.c  | 1 +
 ui/sdl2.c          | 3 +--
 4 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Ui 20180614 patches
Posted by Peter Maydell 5 years, 10 months ago
On 14 June 2018 at 09:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2ab09bf2f9f55b9fb8d2de6eb2ba2a8570e268e2:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' into staging (2018-06-12 15:34:34 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180614-pull-request
>
> for you to fetch changes up to 64bf97e56f3ab44d587c92c40503d646273a24df:
>
>   sdl2: restore window dimensions by resize (2018-06-14 09:55:09 +0200)
>
> ----------------------------------------------------------------
> ui: bugfixes for sdl and gtk
>
> ----------------------------------------------------------------
>
> Amadeusz Sławiński (1):
>   sdl2: restore window dimensions by resize
>
> Keno Fischer (1):
>   ui: darwin: gtk: Add missing input keymap
>
>  Makefile           | 1 +
>  include/ui/input.h | 3 +++
>  ui/input-keymap.c  | 1 +
>  ui/sdl2.c          | 3 +--
>  4 files changed, 6 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM