[Qemu-devel] [PULL for-2.9 0/3] fixes: vnc, cirrus, tcg display updates.

Gerd Hoffmann posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490000078-31202-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cirrus_vga_rop.h |  2 +-
ui/console.c                | 21 ++++++++++++++++++++-
ui/vnc.c                    |  1 +
3 files changed, 22 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL for-2.9 0/3] fixes: vnc, cirrus, tcg display updates.
Posted by Gerd Hoffmann 7 years ago
  Hi,

Misc bugfixes for the next -rc.

please pull,
  Gerd

The following changes since commit 272d7dee5951f926fad1911f2f072e5915cdcba0:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' into staging (2017-03-16 16:40:44 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-fixes-20170320-1

for you to fetch changes up to 7bc4f0846f5e15dad5a54490290241243b5a4416:

  vnc: fix a qio-channel leak (2017-03-20 09:07:34 +0100)

----------------------------------------------------------------
fixes for 2.9: vnc, cirrus, tcg display updates.

----------------------------------------------------------------
Alex Bennée (1):
      ui/console: ensure graphic updates don't race with TCG vCPUs

Gerd Hoffmann (1):
      cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16

Marc-André Lureau (1):
      vnc: fix a qio-channel leak

 hw/display/cirrus_vga_rop.h |  2 +-
 ui/console.c                | 21 ++++++++++++++++++++-
 ui/vnc.c                    |  1 +
 3 files changed, 22 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL for-2.9 0/3] fixes: vnc, cirrus, tcg display updates.
Posted by Peter Maydell 7 years ago
On 20 March 2017 at 08:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Misc bugfixes for the next -rc.
>
> please pull,
>   Gerd
>
> The following changes since commit 272d7dee5951f926fad1911f2f072e5915cdcba0:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' into staging (2017-03-16 16:40:44 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-fixes-20170320-1
>
> for you to fetch changes up to 7bc4f0846f5e15dad5a54490290241243b5a4416:
>
>   vnc: fix a qio-channel leak (2017-03-20 09:07:34 +0100)
>
> ----------------------------------------------------------------
> fixes for 2.9: vnc, cirrus, tcg display updates.
>
> ----------------------------------------------------------------
> Alex Bennée (1):
>       ui/console: ensure graphic updates don't race with TCG vCPUs
>
> Gerd Hoffmann (1):
>       cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16
>
> Marc-André Lureau (1):
>       vnc: fix a qio-channel leak

Applied, thanks.

-- PMM