qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Add file url support to migration
@ 2012-08-23 12:28 Benoît Canet
  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:28 ` [Qemu-devel] [PATCH 2/2] migration: Allow -incoming " Benoît Canet
  0 siblings, 2 replies; 9+ messages in thread
From: Benoît Canet @ 2012-08-23 12:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, Benoît Canet

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

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

end of thread, other threads:[~2012-08-28 13:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 12:28 [Qemu-devel] [PATCH 0/2] Add file url support to migration Benoît Canet
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

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).