[Qemu-devel] [PULL 0/3] Ui 20170728 patches

Gerd Hoffmann posted 3 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170728125935.18167-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/input/ps2.c    |  8 ++++----
ui/input-keymap.c |  9 +++++----
ui/spice-input.c  | 32 +++++++++++++-------------------
qapi-schema.json  |  5 +----
4 files changed, 23 insertions(+), 31 deletions(-)
[Qemu-devel] [PULL 0/3] Ui 20170728 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
The following changes since commit e01151de165070c25a1b202e9e2392950bd7c8da:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170727-pull-request' into staging (2017-07-27 15:27:06 +0100)

are available in the git repository at:

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

for you to fetch changes up to ef58430d5daeac4c18e4072f5860e25700aa8af6:

  ui: add pause key to linux_to_qcode (2017-07-28 12:35:40 +0200)

----------------------------------------------------------------
ui: more keymap fixes for 2.10

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

Daniel P. Berrange (1):
  ui: correctly detect spice PAUSE scancode sequence

Gerd Hoffmann (2):
  ui: drop ac_search and ac_stop
  ui: add pause key to linux_to_qcode

 hw/input/ps2.c    |  8 ++++----
 ui/input-keymap.c |  9 +++++----
 ui/spice-input.c  | 32 +++++++++++++-------------------
 qapi-schema.json  |  5 +----
 4 files changed, 23 insertions(+), 31 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Ui 20170728 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
  Hi,

> ui: more keymap fixes for 2.10

Rushing things a bit, because I'm about to disappear into my summer
vacation, so I want get the fixes out of the door.

This is just incremental fixes to yesterdays (somewhat rushed too) pull
request, so I don't expect more problems.  Should that not be the case:
 Daniel, can you take care while I'm offline?

thanks,
  Gerd

Re: [Qemu-devel] [PULL 0/3] Ui 20170728 patches
Posted by Daniel P. Berrange 6 years, 8 months ago
On Fri, Jul 28, 2017 at 03:20:49PM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> > ui: more keymap fixes for 2.10
> 
> Rushing things a bit, because I'm about to disappear into my summer
> vacation, so I want get the fixes out of the door.
> 
> This is just incremental fixes to yesterdays (somewhat rushed too) pull
> request, so I don't expect more problems.  Should that not be the case:
>  Daniel, can you take care while I'm offline?

Sure, happy to look after any further release critical keymap or ui issues
while you're out.  NB, i'll be off from Aug 16th too though for the USA
Eclipse :-)

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [Qemu-devel] [PULL 0/3] Ui 20170728 patches
Posted by Peter Maydell 6 years, 8 months ago
On 28 July 2017 at 13:59, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit e01151de165070c25a1b202e9e2392950bd7c8da:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170727-pull-request' into staging (2017-07-27 15:27:06 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20170728-pull-request
>
> for you to fetch changes up to ef58430d5daeac4c18e4072f5860e25700aa8af6:
>
>   ui: add pause key to linux_to_qcode (2017-07-28 12:35:40 +0200)
>
> ----------------------------------------------------------------
> ui: more keymap fixes for 2.10
>
> ----------------------------------------------------------------
>
> Daniel P. Berrange (1):
>   ui: correctly detect spice PAUSE scancode sequence
>
> Gerd Hoffmann (2):
>   ui: drop ac_search and ac_stop
>   ui: add pause key to linux_to_qcode

Applied, thanks.

-- PMM