[Qemu-devel] [PULL 0/9] Ui 20180216 patches

Gerd Hoffmann posted 9 patches 7 years, 8 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x failed
ui/sdl2-2d.c       | 21 ++++++---------------
ui/sdl2.c          |  1 +
ui/vnc-auth-sasl.c | 13 +++++++++++--
ui/vnc-jobs.c      |  6 ++++--
ui/vnc-stubs.c     |  1 +
ui/vnc.c           | 42 +++++++++++++++++++++++++++++-------------
6 files changed, 52 insertions(+), 32 deletions(-)
[Qemu-devel] [PULL 0/9] Ui 20180216 patches
Posted by Gerd Hoffmann 7 years, 8 months ago
The following changes since commit fb68096da3d35e64c88cd610c1fa42766c58e92a:

  Revert "tests: use memfd in vhost-user-test" (2018-02-13 09:51:52 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20180216-pull-request

for you to fetch changes up to d50f09ff23f5509c05e3883440849b27af051f08:

  ui: extend VNC trottling tracing to SASL codepaths (2018-02-16 12:33:02 +0100)

----------------------------------------------------------------
bugfixes for vnc and sdl2

----------------------------------------------------------------

Anatoly Trosinenko (1):
  sdl: restore optimized redraw

Daniel P. Berrangé (5):
  vnc: remove bogus object_unref on client socket
  ui: avoid risk of 32-bit int overflow in VNC buffer check
  ui: avoid 'local_err' variable shadowing in VNC SASL auth
  ui: check VNC audio frequency limit at time of reading from client
  ui: extend VNC trottling tracing to SASL codepaths

Gerd Hoffmann (2):
  vnc: add qapi/error.h include to stubs
  sdl2: fix mouse grab

Klim Kireev (1):
  vnc: fix segfault in closed connection handling

 ui/sdl2-2d.c       | 21 ++++++---------------
 ui/sdl2.c          |  1 +
 ui/vnc-auth-sasl.c | 13 +++++++++++--
 ui/vnc-jobs.c      |  6 ++++--
 ui/vnc-stubs.c     |  1 +
 ui/vnc.c           | 42 +++++++++++++++++++++++++++++-------------
 6 files changed, 52 insertions(+), 32 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/9] Ui 20180216 patches
Posted by Peter Maydell 7 years, 8 months ago
On 16 February 2018 at 11:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit fb68096da3d35e64c88cd610c1fa42766c58e92a:
>
>   Revert "tests: use memfd in vhost-user-test" (2018-02-13 09:51:52 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180216-pull-request
>
> for you to fetch changes up to d50f09ff23f5509c05e3883440849b27af051f08:
>
>   ui: extend VNC trottling tracing to SASL codepaths (2018-02-16 12:33:02 +0100)
>
> ----------------------------------------------------------------
> bugfixes for vnc and sdl2
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM