[Qemu-devel] [PULL 0/1] Ui 20190124 patches

Gerd Hoffmann posted 1 patch 6 years, 9 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190124103651.26227-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
ui/input-linux.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
qapi/ui.json     | 10 +++++++++
2 files changed, 73 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] Ui 20190124 patches
Posted by Gerd Hoffmann 6 years, 9 months ago
The following changes since commit f6b06fcceef465de0cf2514c9f76fe0192896781:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' into staging (2019-01-23 17:57:47 +0000)

are available in the git repository at:

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

for you to fetch changes up to 2657846fb2e47e8ba847b5ef6fe742466414c745:

  input-linux: customizable grab toggle keys (2019-01-24 10:42:38 +0100)

----------------------------------------------------------------
input-linux: customizable grab toggle keys

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

Ryan El Kochta (1):
  input-linux: customizable grab toggle keys

 ui/input-linux.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 qapi/ui.json     | 10 +++++++++
 2 files changed, 73 insertions(+), 3 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Ui 20190124 patches
Posted by Peter Maydell 6 years, 9 months ago
On Thu, 24 Jan 2019 at 10:45, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit f6b06fcceef465de0cf2514c9f76fe0192896781:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' into staging (2019-01-23 17:57:47 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20190124-pull-request
>
> for you to fetch changes up to 2657846fb2e47e8ba847b5ef6fe742466414c745:
>
>   input-linux: customizable grab toggle keys (2019-01-24 10:42:38 +0100)
>
> ----------------------------------------------------------------
> input-linux: customizable grab toggle keys
>
> ----------------------------------------------------------------
>
> Ryan El Kochta (1):
>   input-linux: customizable grab toggle keys
>
>  ui/input-linux.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
>  qapi/ui.json     | 10 +++++++++
>  2 files changed, 73 insertions(+), 3 deletions(-)

Applied, thanks.

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

-- PMM