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

Gerd Hoffmann posted 2 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190822044218.9374-1-kraxel@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
ui/curses.c      | 2 ++
ui/input-linux.c | 4 ++++
qapi/ui.json     | 3 ++-
3 files changed, 8 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] Ui 20190822 patches
Posted by Gerd Hoffmann 4 years, 8 months ago
The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a923b471fc59389e49575f38f4db3cd622619bf5:

  input-linux: add shift+shift as a grab toggle (2019-08-21 12:25:46 +0200)

----------------------------------------------------------------
curses: assert get_wch return value is okay
input-linux: add shift+shift as a grab toggle

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

Niklas Haas (1):
  input-linux: add shift+shift as a grab toggle

Paolo Bonzini (1):
  curses: assert get_wch return value is okay

 ui/curses.c      | 2 ++
 ui/input-linux.c | 4 ++++
 qapi/ui.json     | 3 ++-
 3 files changed, 8 insertions(+), 1 deletion(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/2] Ui 20190822 patches
Posted by Peter Maydell 4 years, 8 months ago
On Thu, 22 Aug 2019 at 05:43, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20190822-pull-request
>
> for you to fetch changes up to a923b471fc59389e49575f38f4db3cd622619bf5:
>
>   input-linux: add shift+shift as a grab toggle (2019-08-21 12:25:46 +0200)
>
> ----------------------------------------------------------------
> curses: assert get_wch return value is okay
> input-linux: add shift+shift as a grab toggle
>
> ----------------------------------------------------------------
>
> Niklas Haas (1):
>   input-linux: add shift+shift as a grab toggle
>
> Paolo Bonzini (1):
>   curses: assert get_wch return value is okay
>
>  ui/curses.c      | 2 ++
>  ui/input-linux.c | 4 ++++
>  qapi/ui.json     | 3 ++-
>  3 files changed, 8 insertions(+), 1 deletion(-)
>


Applied, thanks.

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

-- PMM