From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] migration notifiers and spice client migration
Date: Mon, 3 Jan 2011 15:53:29 +0100 [thread overview]
Message-ID: <1294066412-15000-1-git-send-email-kraxel@redhat.com> (raw)
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(-)
next reply other threads:[~2011-01-03 14:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-03 14:53 Gerd Hoffmann [this message]
2011-01-03 14:53 ` [Qemu-devel] [PATCH 1/3] add migration state change notifiers Gerd Hoffmann
2011-01-03 14:53 ` [Qemu-devel] [PATCH 2/3] spice: client migration Gerd Hoffmann
2011-01-03 14:53 ` [Qemu-devel] [PATCH 3/3] spice: MAINTAINERS update Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294066412-15000-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).