mbox

[PULL,for-2.7,0/3] vnc: fixes for "-vnc none".

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

Pull-request

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

Message

Gerd Hoffmann Aug. 3, 2016, 3:35 p.m. UTC
Hi,

vnc patch queue, with three patches fixing "-vnc none" with
connects via monitor fd passing.

cheers,
  Gerd

The following changes since commit cc0100f464c94bf80ad36cd432f4a1ed58126b60:

  MAINTAINERS: Update the Xilinx maintainers (2016-08-01 15:31:32 +0100)

are available in the git repository at:

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

for you to fetch changes up to 12e29b1682e0a50ed57c324152addb585ae5ce69:

  vnc: ensure connection sharing/limits is always configured (2016-08-03 15:06:32 +0200)

----------------------------------------------------------------
vnc: fixes for "-vnc none".

----------------------------------------------------------------
Daniel P. Berrange (3):
      vnc: don't crash getting server info if lsock is NULL
      vnc: fix crash when vnc_server_info_get has an error
      vnc: ensure connection sharing/limits is always configured

 ui/vnc.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Comments

Peter Maydell Aug. 4, 2016, 9:24 a.m. UTC | #1
On 3 August 2016 at 16:35, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> vnc patch queue, with three patches fixing "-vnc none" with
> connects via monitor fd passing.
>
> cheers,
>   Gerd
>
> The following changes since commit cc0100f464c94bf80ad36cd432f4a1ed58126b60:
>
>   MAINTAINERS: Update the Xilinx maintainers (2016-08-01 15:31:32 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-vnc-20160803-1
>
> for you to fetch changes up to 12e29b1682e0a50ed57c324152addb585ae5ce69:
>
>   vnc: ensure connection sharing/limits is always configured (2016-08-03 15:06:32 +0200)
>
> ----------------------------------------------------------------
> vnc: fixes for "-vnc none".
>
> ----------------------------------------------------------------
> Daniel P. Berrange (3):
>       vnc: don't crash getting server info if lsock is NULL
>       vnc: fix crash when vnc_server_info_get has an error
>       vnc: ensure connection sharing/limits is always configured

Applied, thanks.

-- PMM