From: "Benoît Canet" <benoit@irqsave.net>
To: qemu-devel@nongnu.org
Cc: "Benoît Canet" <benoit@irqsave.net>,
aneesh.kumar@linux.vnet.ibm.com, quintela@redhat.com
Subject: [Qemu-devel] [PATCH 0/4] Virtio-9p live migration patchset
Date: Thu, 11 Apr 2013 14:14:24 +0200 [thread overview]
Message-ID: <1365682468-12301-1-git-send-email-benoit@irqsave.net> (raw)
This patchset is a rework of the 9p live migration patchs made a few years ago
by Aneesh.
As the new vmstate API doesn't support linked list so the old API is used.
Benoît Canet (4):
migration: Create the pre migration flush hook infrastructure.
virtio-9p: Add support for 9p migration.
virtio-9p: Wait for 9p operations to complete before migration.
virtio-9p: Remove migration blockers.
Makefile | 6 +-
Makefile.objs | 2 +-
block.c | 8 ++
cpus.c | 6 +-
hw/9pfs/virtio-9p-device.c | 154 +++++++++++++++++++++++++++++
hw/9pfs/virtio-9p.c | 93 ++++++++++++-----
hw/9pfs/virtio-9p.h | 4 +-
include/migration/migration-flush-hooks.h | 30 ++++++
migration-flush-hooks.c | 62 ++++++++++++
vl.c | 6 ++
10 files changed, 340 insertions(+), 31 deletions(-)
create mode 100644 include/migration/migration-flush-hooks.h
create mode 100644 migration-flush-hooks.c
--
1.7.10.4
next reply other threads:[~2013-04-11 12:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 12:14 Benoît Canet [this message]
2013-04-11 12:14 ` [Qemu-devel] [PATCH 1/4] migration: Create the pre migration flush hook infrastructure Benoît Canet
2013-04-11 12:16 ` Peter Maydell
2013-04-11 12:34 ` Paolo Bonzini
2013-04-11 12:14 ` [Qemu-devel] [PATCH 2/4] virtio-9p: Add support for 9p migration Benoît Canet
2013-04-11 12:14 ` [Qemu-devel] [PATCH 3/4] virtio-9p: Wait for 9p operations to complete before migration Benoît Canet
2013-04-11 12:38 ` Paolo Bonzini
2013-04-11 12:41 ` Peter Maydell
2013-04-11 12:14 ` [Qemu-devel] [PATCH 4/4] virtio-9p: Remove migration blockers Benoît Canet
2013-04-11 12:18 ` Peter Maydell
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=1365682468-12301-1-git-send-email-benoit@irqsave.net \
--to=benoit@irqsave.net \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/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).