mbox

[PULL,0/3] vnc: bugfixes for -rc0

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

Pull-request

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

Message

Gerd Hoffmann July 19, 2016, 7:28 a.m. UTC
Hi,

Here is the vnc patch queue with a small collection of bugfixes
for -rc0.

please pull,
  Gerdf

The following changes since commit 14c7d99333e4a474c65bdae6f99aa8837e8078e6:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160714' into staging (2016-07-14 17:32:53 +0100)

are available in the git repository at:


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

for you to fetch changes up to 66668d197fa40747e835e15617eda2f1bc80982f:

  vnc-tight: fix regression with libxenstore (2016-07-15 12:11:55 +0200)

----------------------------------------------------------------
vnc: bugfixes for -rc0

----------------------------------------------------------------
Gerd Hoffmann (1):
      vnc: make sure we finish disconnect

Herongguang (Stephen) (1):
      vnc-enc-tight: fix off-by-one bug

Peter Lieven (1):
      vnc-tight: fix regression with libxenstore

 ui/vnc-enc-tight.c | 31 +++++++++++++++++++++++--------
 ui/vnc.c           |  5 +++++
 2 files changed, 28 insertions(+), 8 deletions(-)

Comments

Peter Maydell July 19, 2016, 1:41 p.m. UTC | #1
On 19 July 2016 at 08:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the vnc patch queue with a small collection of bugfixes
> for -rc0.
>
> please pull,
>   Gerdf
>
> The following changes since commit 14c7d99333e4a474c65bdae6f99aa8837e8078e6:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160714' into staging (2016-07-14 17:32:53 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vnc-20160719-1
>
> for you to fetch changes up to 66668d197fa40747e835e15617eda2f1bc80982f:
>
>   vnc-tight: fix regression with libxenstore (2016-07-15 12:11:55 +0200)
>
> ----------------------------------------------------------------
> vnc: bugfixes for -rc0
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM