mbox

[PULL,0/2] vnc patch queue

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

Pull-request

git://git.kraxel.org/qemu tags/pull-vnc-20141210-1

Message

Gerd Hoffmann Dec. 10, 2014, 9:32 a.m. UTC
Hi,

Starting to flush queues after the 2.2 release, starting with two little
vnc fixes.  Well, keymap is strictly speaking not vnc, but vnc is the
major user of keymap support, so I sticked it in here.

please pull,
  Gerd

The following changes since commit 45e1611de8be0eae55967694dd6e627c2dc354f2:

  Update version for v2.2.0 release (2014-12-09 12:13:37 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-vnc-20141210-1

for you to fetch changes up to 43948386bb109b97b3de0bb48573f317bdcb5008:

  keymaps: correct keymaps.c following Qemu coding style (2014-12-10 10:08:12 +0100)

----------------------------------------------------------------
vnc-enc-tight fix, keymaps code style.

----------------------------------------------------------------
Gonglei (2):
      vnc-enc-tight: fix Arguments in wrong order
      keymaps: correct keymaps.c following Qemu coding style

 ui/keymaps.c       | 196 +++++++++++++++++++++++++++++------------------------
 ui/vnc-enc-tight.c |   2 +-
 2 files changed, 109 insertions(+), 89 deletions(-)

Comments

Peter Maydell Dec. 11, 2014, 11:40 a.m. UTC | #1
On 10 December 2014 at 09:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Starting to flush queues after the 2.2 release, starting with two little
> vnc fixes.  Well, keymap is strictly speaking not vnc, but vnc is the
> major user of keymap support, so I sticked it in here.
>
> please pull,
>   Gerd
>
> The following changes since commit 45e1611de8be0eae55967694dd6e627c2dc354f2:
>
>   Update version for v2.2.0 release (2014-12-09 12:13:37 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-vnc-20141210-1
>
> for you to fetch changes up to 43948386bb109b97b3de0bb48573f317bdcb5008:
>
>   keymaps: correct keymaps.c following Qemu coding style (2014-12-10 10:08:12 +0100)
>
> ----------------------------------------------------------------
> vnc-enc-tight fix, keymaps code style.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM