qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/11] spice: add -display spice-app, setup and launch a Spice client
@ 2019-02-21 11:06 Marc-André Lureau
  2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 01/11] char/spice: trigger HUP event Marc-André Lureau
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Marc-André Lureau @ 2019-02-21 11:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel

Hi,

The QEMU GTK UI is quite featurful. Yet, it doesn't provide many of
the functionalities one can expect from a VM desktop application (USB
redirection, shared folders, drag and drop, better multimonitor
support etc.).

Spice is able to export many of the VM controls to a client, including
QMP monitor, serial ports etc... It's thus possible for a Spice client
to provide a similar experience as the QEMU GTK UI (while keeping
similar display performances locally) and more.

This series provides "-display spice-app" to setup a Spice server and
launch a client (associated with the spice+unix:// URI). With
virt-viewer series "Add QEMU-like UI: VT console & basic VM state"
(under review), the resulting user experience is close to what qemu
GTK UI provides.

v3:
- Add hints on "default" selection in "qapi: document DisplayType enum"
- add tested-by tags
- rebased

v2:
- renamed -display app -> -display spice-app
- error if full-screen or window-close is provided (supports can be
  added later)
- use a stable URI when -name is provided
- print the URI at start
- added "qapi: document DisplayType enum"
- added "spice: use a default name for the server"
- commit message tweaks
- include previously reviewed "configure: bump spice-server required
  version to 0.12.5", to avoid conflicts
- rebased

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

 qapi/ui.json            |  32 ++++++-
 include/chardev/spice.h |  27 ++++++
 chardev/spice.c         |  60 +++++++-----
 ui/spice-app.c          | 200 ++++++++++++++++++++++++++++++++++++++++
 ui/spice-core.c         |  13 ++-
 chardev/trace-events    |   1 +
 configure               |  13 +++
 qemu-options.hx         |   5 +
 ui/Makefile.objs        |   5 +
 9 files changed, 329 insertions(+), 27 deletions(-)
 create mode 100644 include/chardev/spice.h
 create mode 100644 ui/spice-app.c

-- 
2.21.0.rc1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-02-22  5:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 11:06 [Qemu-devel] [PATCH v3 00/11] spice: add -display spice-app, setup and launch a Spice client Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 01/11] char/spice: trigger HUP event Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 02/11] char/spice: discard write() if backend is disconnected Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 03/11] spice: avoid spice runtime assert Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 04/11] spice: merge options lists Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 05/11] spice: do not stop spice if VM is paused Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 06/11] char: move SpiceChardev and open_spice_port() to spice.h header Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 07/11] char: register spice ports after spice started Marc-André Lureau
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 08/11] build-sys: add gio-2.0 check Marc-André Lureau
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 09/11] qapi: document DisplayType enum Marc-André Lureau
2019-02-21 13:59   ` Eric Blake
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 10/11] spice: use a default name for the server Marc-André Lureau
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client Marc-André Lureau
2019-02-21 13:23   ` Gerd Hoffmann
2019-02-21 13:32     ` Marc-André Lureau
2019-02-21 14:39       ` Gerd Hoffmann
2019-02-21 14:54         ` Marc-André Lureau
2019-02-21 15:18           ` Gerd Hoffmann
2019-02-21 15:59             ` Marc-André Lureau
2019-02-22  5:51               ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).