mbox

[PULL,0/3] vnc patch queue

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

Pull-request

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

Message

Gerd Hoffmann March 10, 2015, 11:16 a.m. UTC
Hi,

Here comes the vnc patch queue with a few vnc bugfixes.

please pull,
  Gerd

The following changes since commit 277263e1b320d759a760ba6c5ea75ec268f929e5:

  Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2015-03-09 14:04:14 +0000)

are available in the git repository at:


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

for you to fetch changes up to b57489cfe48f9fedc10205c0494f144085733f30:

  Fix crash when connecting to VNC through websocket (2015-03-10 11:33:42 +0100)

----------------------------------------------------------------
vnc bugfixes.

----------------------------------------------------------------
Gerd Hoffmann (2):
      vnc: set id at parse time not init time
      vnc: -readconfig fix

Jorge Acereda MaciĆ” (1):
      Fix crash when connecting to VNC through websocket

 include/ui/console.h |  1 -
 qmp.c                |  1 -
 ui/vnc-ws.c          |  3 +--
 ui/vnc.c             | 22 ++++++++++++----------
 vl.c                 |  7 +++++--
 5 files changed, 18 insertions(+), 16 deletions(-)

Comments

Peter Maydell March 11, 2015, 8:44 a.m. UTC | #1
On 10 March 2015 at 11:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the vnc patch queue with a few vnc bugfixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 277263e1b320d759a760ba6c5ea75ec268f929e5:
>
>   Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2015-03-09 14:04:14 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vnc-20150310-1
>
> for you to fetch changes up to b57489cfe48f9fedc10205c0494f144085733f30:
>
>   Fix crash when connecting to VNC through websocket (2015-03-10 11:33:42 +0100)
>
> ----------------------------------------------------------------
> vnc bugfixes.

Applied, thanks.

-- PMM