qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/15] Ui 20190222 patches


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 00/15] Ui 20190222 patches
Date: Fri, 22 Feb 2019 08:53:11 +0100

The following changes since commit 2e68b8620637a4ee8c79b5724144b726af1e261b:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into 
staging (2019-02-18 16:20:13 +0000)

are available in the git repository at:

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

for you to fetch changes up to d8aec9d9f129e6879ae0669623981892deff86f2:

  display: add -display spice-app launching a Spice client (2019-02-22 07:42:59 
+0100)

----------------------------------------------------------------
ui: add support for -display spice-app
ui: gtk+sdl bugfixes.

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

Gerd Hoffmann (2):
  kbd-state: don't block auto-repeat events
  sdl2: drop qemu_input_event_send_key_qcode call

Lukáš Hrázký (1):
  spice: set device address and device display ID in QXL interface

Marc-André Lureau (11):
  char/spice: trigger HUP event
  char/spice: discard write() if backend is disconnected
  spice: avoid spice runtime assert
  spice: merge options lists
  spice: do not stop spice if VM is paused
  char: move SpiceChardev and open_spice_port() to spice.h header
  char: register spice ports after spice started
  build-sys: add gio-2.0 check
  qapi: document DisplayType enum
  spice: use a default name for the server
  display: add -display spice-app launching a Spice client

Thomas Huth (1):
  ui/gtk: Fix the license information

 configure                  |  13 +++
 include/chardev/spice.h    |  27 ++++++
 include/ui/spice-display.h |   4 +
 chardev/spice.c            |  60 ++++++++------
 hw/display/qxl.c           |  14 +++-
 ui/gtk.c                   |  30 +++----
 ui/kbd-state.c             |  16 ++--
 ui/sdl2-input.c            |   3 -
 ui/spice-app.c             | 202 +++++++++++++++++++++++++++++++++++++++++++++
 ui/spice-core.c            |  64 +++++++++++++-
 ui/spice-display.c         |  11 +++
 chardev/trace-events       |   1 +
 qapi/ui.json               |  32 ++++++-
 qemu-options.hx            |   5 ++
 ui/Makefile.objs           |   5 ++
 15 files changed, 433 insertions(+), 54 deletions(-)
 create mode 100644 include/chardev/spice.h
 create mode 100644 ui/spice-app.c

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]