mbox

[PULL,0/3] Ui 20170728 patches

Message ID 20170728125935.18167-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann July 28, 2017, 12:59 p.m. UTC
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(-)

Comments

Gerd Hoffmann July 28, 2017, 1:20 p.m. UTC | #1
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
Daniel P. Berrangé July 28, 2017, 1:25 p.m. UTC | #2
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
Peter Maydell July 28, 2017, 2:32 p.m. UTC | #3
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