[Qemu-devel] [PULL 0/5] Ui 20170929 patches

Gerd Hoffmann posted 5 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170929102201.15408-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/hw/compat.h              |  10 +++-
include/hw/virtio/virtio-input.h |   1 +
include/ui/console.h             |  23 +-------
include/ui/egl-helpers.h         |   5 +-
hw/input/virtio-input-hid.c      | 119 +++++++++++++++++++++++++++++++++++++--
target/unicore32/helper.c        |   6 ++
ui/curses.c                      |  25 ++++++--
ui/egl-headless.c                |   6 +-
ui/egl-helpers.c                 |  26 ++++++---
ui/gtk-egl.c                     |   4 +-
ui/gtk-gl-area.c                 |   4 +-
ui/sdl2-gl.c                     |   4 +-
ui/vnc-auth-sasl.c               | 113 ++++++++++++++++---------------------
ui/vnc-auth-vencrypt.c           |  23 ++++----
ui/vnc-ws.c                      |   6 +-
ui/vnc.c                         |  47 +++++++++-------
ui/trace-events                  |  21 +++++++
17 files changed, 293 insertions(+), 150 deletions(-)
[Qemu-devel] [PULL 0/5] Ui 20170929 patches
Posted by Gerd Hoffmann 6 years, 6 months ago
The following changes since commit ab161529261928ae7f3556e3220829c34b2686ec:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging (2017-09-27 22:44:51 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7364dbdabb7824d5bde1e341bb6d928282f01c83:

  ui: add tracing of VNC authentication process (2017-09-29 10:36:34 +0200)

----------------------------------------------------------------
ui and input patches.

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

Daniel P. Berrange (2):
  ui: add tracing of VNC operations related to QIOChannel
  ui: add tracing of VNC authentication process

Gerd Hoffmann (3):
  console: purge curses bits from console.h
  egl: misc framebuffer helper improvements.
  virtio-input: send rel-wheel events for wheel buttons

 include/hw/compat.h              |  10 +++-
 include/hw/virtio/virtio-input.h |   1 +
 include/ui/console.h             |  23 +-------
 include/ui/egl-helpers.h         |   5 +-
 hw/input/virtio-input-hid.c      | 119 +++++++++++++++++++++++++++++++++++++--
 target/unicore32/helper.c        |   6 ++
 ui/curses.c                      |  25 ++++++--
 ui/egl-headless.c                |   6 +-
 ui/egl-helpers.c                 |  26 ++++++---
 ui/gtk-egl.c                     |   4 +-
 ui/gtk-gl-area.c                 |   4 +-
 ui/sdl2-gl.c                     |   4 +-
 ui/vnc-auth-sasl.c               | 113 ++++++++++++++++---------------------
 ui/vnc-auth-vencrypt.c           |  23 ++++----
 ui/vnc-ws.c                      |   6 +-
 ui/vnc.c                         |  47 +++++++++-------
 ui/trace-events                  |  21 +++++++
 17 files changed, 293 insertions(+), 150 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Ui 20170929 patches
Posted by Peter Maydell 6 years, 6 months ago
On 29 September 2017 at 11:21, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab161529261928ae7f3556e3220829c34b2686ec:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging (2017-09-27 22:44:51 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20170929-pull-request
>
> for you to fetch changes up to 7364dbdabb7824d5bde1e341bb6d928282f01c83:
>
>   ui: add tracing of VNC authentication process (2017-09-29 10:36:34 +0200)
>
> ----------------------------------------------------------------
> ui and input patches.
>
> ----------------------------------------------------------------
>
> Daniel P. Berrange (2):
>   ui: add tracing of VNC operations related to QIOChannel
>   ui: add tracing of VNC authentication process
>
> Gerd Hoffmann (3):
>   console: purge curses bits from console.h
>   egl: misc framebuffer helper improvements.
>   virtio-input: send rel-wheel events for wheel buttons

Applied, thanks.

-- PMM