qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/14] spice patch queue


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 00/14] spice patch queue
Date: Thu, 6 Sep 2012 09:21:26 +0200

  Hi,

Here comes the spice patch queue with a bunch of fresh patches for 1.3.
A new qmp event is there, to fix spice client migration races, and a
bunch of patches needed to make use of the new goodies the upcoming
spice-server version (0.12) brings.  The later is disabled by default,
we'll flip the switch once 0.12 is finally released and all patches
needed are merged.

cheers,
  Gerd

The following changes since commit 8db972cfa469b4e4afd9c65e54e796b83b5ce3a2:

  Update version for 1.2.0 (2012-09-05 07:50:01 -0500)

are available in the git repository at:
  git://anongit.freedesktop.org/spice/qemu spice.v59

Alon Levy (4):
      qxl/update_area_io: guest_bug on invalid parameters
      qxl: disallow unknown revisions
      qxl: add QXL_IO_MONITORS_CONFIG_ASYNC
      configure: print spice-protocol and spice-server versions

Christophe Fergeau (1):
      spice: abort on invalid streaming cmdline params

Gerd Hoffmann (1):
      spice: make number of surfaces runtime-configurable.

Søren Sandmann Pedersen (2):
      qxl: Add set_client_capabilities() interface to QXLInterface
      Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPP

Yonit Halperin (6):
      spice: notify spice server on vm start/stop
      spice: notify on vm state change only via spice_server_vm_start/stop
      spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED
      spice: add 'migrated' flag to spice info
      spice: adding seamless-migration option to the command line
      spice: increase the verbosity of spice section in "qemu --help"

 configure          |   11 +++-
 hmp.c              |    2 +
 hw/qxl.c           |  175 +++++++++++++++++++++++++++++++++++++++++++++-------
 hw/qxl.h           |   10 +++-
 monitor.c          |    1 +
 monitor.h          |    1 +
 qapi-schema.json   |    5 +-
 qemu-config.c      |    3 +
 qemu-options.hx    |   21 ++++++-
 trace-events       |    1 +
 ui/spice-core.c    |   41 ++++++++++++-
 ui/spice-display.c |   37 ++++++++++-
 ui/spice-display.h |   13 +++-
 13 files changed, 284 insertions(+), 37 deletions(-)



reply via email to

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