mbox

[PULL,00/10] ui: vnc cleanups, input-linux kbd fix.

Message ID 1476351178-32540-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-ui-20161013-1

Message

Gerd Hoffmann Oct. 13, 2016, 9:32 a.m. UTC
Hi,

Here is the ui patch queue, shipping mostly vnc cleanups, also a input-linux kbd fix.

please pull,
  Gerd

The following changes since commit c264a8807299852fc45562768ae60ccc886cea91:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20161012-1' into staging (2016-10-12 14:05:23 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-ui-20161013-1

for you to fetch changes up to 2a57c55f26f7ba6dcea6d01ef74bae7069150f6f:

  input-linux: initialize key state (2016-10-13 09:25:24 +0200)

----------------------------------------------------------------
ui: vnc cleanups, input-linux kbd fix.

----------------------------------------------------------------
Daniel P. Berrange (9):
      ui: remove misleading comment from vnc_init_state
      ui: remove 'enabled' and 'ws_enabled' fields from VncState
      ui: remove 'ws_tls' field from VncState
      ui: rename misleading 'VncDisplay' variables
      ui: refactor method for setting up VncDisplay auth types
      ui: remove bogus call to graphic_hw_update() in vnc_listen_io
      ui: remove bogus call to reset_keys() in vnc_init_state
      ui: move some initialization out of vnc_init_state
      ui: rename vnc_init_state to vnc_start_protocol

Gerd Hoffmann (1):
      input-linux: initialize key state

 ui/input-linux.c |  15 +-
 ui/vnc-ws.c      |   2 +-
 ui/vnc.c         | 412 +++++++++++++++++++++++++------------------------------
 ui/vnc.h         |   7 +-
 4 files changed, 203 insertions(+), 233 deletions(-)

Comments

Peter Maydell Oct. 13, 2016, 3:08 p.m. UTC | #1
On 13 October 2016 at 10:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the ui patch queue, shipping mostly vnc cleanups, also a input-linux kbd fix.
>
> please pull,
>   Gerd
>
> The following changes since commit c264a8807299852fc45562768ae60ccc886cea91:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20161012-1' into staging (2016-10-12 14:05:23 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-ui-20161013-1
>
> for you to fetch changes up to 2a57c55f26f7ba6dcea6d01ef74bae7069150f6f:
>
>   input-linux: initialize key state (2016-10-13 09:25:24 +0200)
>
> ----------------------------------------------------------------
> ui: vnc cleanups, input-linux kbd fix.
>
> ----------------------------------------------------------------
> Daniel P. Berrange (9):
>       ui: remove misleading comment from vnc_init_state
>       ui: remove 'enabled' and 'ws_enabled' fields from VncState
>       ui: remove 'ws_tls' field from VncState
>       ui: rename misleading 'VncDisplay' variables
>       ui: refactor method for setting up VncDisplay auth types
>       ui: remove bogus call to graphic_hw_update() in vnc_listen_io
>       ui: remove bogus call to reset_keys() in vnc_init_state
>       ui: move some initialization out of vnc_init_state
>       ui: rename vnc_init_state to vnc_start_protocol
>
> Gerd Hoffmann (1):
>       input-linux: initialize key state

Applied, thanks.

-- PMM