All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/2] Migration: support working on file:url
@ 2016-07-21  5:05 zhanghailiang
  2016-07-21  5:05 ` [Qemu-devel] [RFC PATCH 1/2] migration: Allow the migrate command to work on file:urls zhanghailiang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: zhanghailiang @ 2016-07-21  5:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, quintela, dgilbert, peter.huangpeng, zhanghailiang

It is more simple to use file:url to migrate VM into file.
Besides, it will be used in memory snapshot.

Test:
1) migrate VM state into file:
   migrate file:url
2) Restore VM from the file:
   qemu-system-x86_64 xxx  --incoming file:url

zhanghailiang (2):
  migration: Allow the migrate command to work on file:urls
  migration: Allow -incoming to work on file: urls

 include/migration/migration.h |  4 +++
 migration/fd.c                | 71 +++++++++++++++++++++++++++++++++++--------
 migration/migration.c         |  4 +++
 migration/trace-events        |  2 ++
 4 files changed, 69 insertions(+), 12 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-07-22  8:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-21  5:05 [Qemu-devel] [RFC PATCH 0/2] Migration: support working on file:url zhanghailiang
2016-07-21  5:05 ` [Qemu-devel] [RFC PATCH 1/2] migration: Allow the migrate command to work on file:urls zhanghailiang
2016-07-21 12:05   ` Dr. David Alan Gilbert
2016-07-21 12:13   ` Daniel P. Berrange
2016-07-21  5:06 ` [Qemu-devel] [RFC PATCH 2/2] migration: Allow -incoming to work on file: urls zhanghailiang
2016-07-21 12:07   ` Dr. David Alan Gilbert
2016-07-21 12:19 ` [Qemu-devel] [RFC PATCH 0/2] Migration: support working on file:url Daniel P. Berrange
2016-07-21 17:41   ` Dr. David Alan Gilbert
2016-07-22  8:04     ` Daniel P. Berrange
2016-07-22  6:28   ` Hailiang Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.