qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Benoît Canet" <benoit.canet@gmail.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com, "Benoît Canet" <benoit@irqsave.net>
Subject: [Qemu-devel] [PATCH 0/2] Add file url support to migration
Date: Thu, 23 Aug 2012 14:28:06 +0200	[thread overview]
Message-ID: <1345724888-30204-1-git-send-email-benoit@irqsave.net> (raw)

This patchset add support of file: urls allowing a user
to save to and restore from disk the state of a vm in an easy
way.

An fflush was added before closing the fd for this use case
in order to be sure that all data have reached stable storage.

One new usage would be migrating between two virtualizer which
share only the storage but do not see each other on the network.
(cisco pvlan for example)

Benoît Canet (2):
  migration: Allow the migrate command to work on file: urls
  migration: Allow -incoming to work on file: urls

 migration-fd.c |    9 ++++-----
 migration.c    |   34 ++++++++++++++++++++++++++++++++--
 migration.h    |    4 ++--
 3 files changed, 38 insertions(+), 9 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2012-08-23 12:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23 12:28 Benoît Canet [this message]
2012-08-23 12:28 ` [Qemu-devel] [PATCH 1/2] migration: Allow the migrate command to work on file: urls Benoît Canet
2012-08-23 12:34   ` Daniel P. Berrange
2012-08-23 12:48     ` Benoît Canet
2012-08-23 12:58       ` Daniel P. Berrange
2012-08-23 13:34       ` Benoît Canet
2012-08-27  7:36     ` Benoît Canet
2012-08-28 13:11       ` Luiz Capitulino
2012-08-23 12:28 ` [Qemu-devel] [PATCH 2/2] migration: Allow -incoming " Benoît Canet

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=1345724888-30204-1-git-send-email-benoit@irqsave.net \
    --to=benoit.canet@gmail.com \
    --cc=aliguori@us.ibm.com \
    --cc=benoit@irqsave.net \
    --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).