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
