All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] add support for spice migration
@ 2012-08-16  8:23 Yonit Halperin
  2012-08-16  8:23 ` [Qemu-devel] [PATCH 1/4] spice: notify spice server on vm start/stop Yonit Halperin
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yonit Halperin @ 2012-08-16  8:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: mprivozn, Yonit Halperin, kraxel

The following series introduces support for keeping the spice session active after migration.
For more details about spice seamless migration, see
http://lists.freedesktop.org/archives/spice-devel/2012-August/010412.html

Spice branches with seamless migration support can be found at:
spice-protocol: http://cgit.freedesktop.org/~yhalperi/spice-protocol/log/?h=seamless-migration.v1
spice-common: http://cgit.freedesktop.org/~yhalperi/spice-common/log/
spice: http://cgit.freedesktop.org/~yhalperi/spice/log/?h=seamless-migration.v1
spicei-gtk: http://cgit.freedesktop.org/~yhalperi/spice-gtk/log/

Regards,
Yonit.

Yonit Halperin (4):
  spice: notify spice server on 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

 hmp.c            |    2 ++
 monitor.c        |    1 +
 monitor.h        |    1 +
 qapi-schema.json |    5 ++++-
 qemu-config.c    |    3 +++
 qemu-options.hx  |    3 +++
 ui/spice-core.c  |   34 +++++++++++++++++++++++++++++++++-
 7 files changed, 47 insertions(+), 2 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2012-08-16 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16  8:23 [Qemu-devel] [PATCH 0/4] add support for spice migration Yonit Halperin
2012-08-16  8:23 ` [Qemu-devel] [PATCH 1/4] spice: notify spice server on vm start/stop Yonit Halperin
2012-08-16  9:42   ` Gerd Hoffmann
2012-08-16 13:00     ` Yonit Halperin
2012-08-16 18:19       ` Gerd Hoffmann
2012-08-16  8:23 ` [Qemu-devel] [PATCH 2/4] spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED Yonit Halperin
2012-08-16  8:23 ` [Qemu-devel] [PATCH 3/4] spice: add 'migrated' flag to spice info Yonit Halperin
2012-08-16  8:23 ` [Qemu-devel] [PATCH 4/4] spice: adding seamless-migration option to the command line Yonit Halperin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.