qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] migration notifiers and spice client migration


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/2] migration notifiers and spice client migration
Date: Mon, 3 Jan 2011 15:53:29 +0100

  Hi,

This patch series adds spice client migration support to qemu, i.e.
allow the spice client to reconnect automatically to the new host after
vm migration.

It also adds a notifier for migration state changes because spice needs
to know when the migration completed and whenever it was successful or
not.

cheers,
  Gerd

The patches are also available in the git repository at:
  git://anongit.freedesktop.org/spice/qemu spice.v25.pull

Gerd Hoffmann (3):
      add migration state change notifiers
      spice: client migration.
      spice: MAINTAINERS update

 MAINTAINERS     |    8 ++++++++
 hmp-commands.hx |   20 ++++++++++++++++++++
 migration.c     |   28 ++++++++++++++++++++++++++++
 migration.h     |    5 +++++
 qmp-commands.hx |   35 +++++++++++++++++++++++++++++++++++
 ui/qemu-spice.h |    1 +
 ui/spice-core.c |   40 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 137 insertions(+), 0 deletions(-)



reply via email to

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