qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 00/10] make qed and live migration usage safe
@ 2012-03-06 17:32 Benoît Canet
  2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 01/10] block: Add new BDRV_O_INCOMING flag to notice incoming live migration Benoît Canet
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Benoît Canet @ 2012-03-06 17:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Benoît Canet, stefanha, wolf

QED + live migration is an unsafe and disabled mix.

This patchset make qed and live migration safe to use.

The check of QED images is delayed during the incoming migration.
After the migration complete the QED images are checked.

Benoît Canet (10):
  block: Add new BDRV_O_INCOMING flag to notice incoming live migration
  block: add a function to set incoming live migration
  block: add a function to clear incoming live migration
  block: rename *_invalidate_cache_* to *_post_incoming_migration_*
  migration: inform the block layer of incoming live status
  block: open images with BDRV_O_INCOMING on incoming live migration
  qed: extract image checking into check_image_if_needed
  qed: add bdrv_post_incoming_migration operation checking the image
  qed: honor BDRV_O_INCOMING for incoming live migration
  qed: remove incoming live migration blocker

 block.c       |   35 +++++++++++++++++++++---
 block.h       |   13 +++++++--
 block/qcow2.c |    7 ++++-
 block/qed.c   |   81 +++++++++++++++++++++++++++++++++++----------------------
 block/qed.h   |    2 -
 block_int.h   |    4 +-
 migration.c   |    9 +++++-
 vl.c          |    5 +++
 8 files changed, 110 insertions(+), 46 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2012-03-20 16:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 17:32 [Qemu-devel] [RFC PATCH 00/10] make qed and live migration usage safe Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 01/10] block: Add new BDRV_O_INCOMING flag to notice incoming live migration Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 02/10] block: add a function to set " Benoît Canet
2012-03-20 15:57   ` Stefan Hajnoczi
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 03/10] block: add a function to clear " Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 04/10] block: rename *_invalidate_cache_* to *_post_incoming_migration_* Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 05/10] migration: inform the block layer of incoming live status Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 06/10] block: open images with BDRV_O_INCOMING on incoming live migration Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 07/10] qed: extract image checking into check_image_if_needed Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 08/10] qed: add bdrv_post_incoming_migration operation checking the image Benoît Canet
2012-03-20 15:42   ` Stefan Hajnoczi
2012-03-20 15:52     ` Benoît Canet
2012-03-20 16:05       ` Stefan Hajnoczi
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 09/10] qed: honor BDRV_O_INCOMING for incoming live migration Benoît Canet
2012-03-06 17:32 ` [Qemu-devel] [RFC PATCH 10/10] qed: remove incoming live migration blocker Benoît Canet
2012-03-06 20:10 ` [Qemu-devel] [RFC PATCH 00/10] make qed and live migration usage safe Benoît Canet
2012-03-16 12:40 ` Benoît Canet
2012-03-20 15:47 ` Stefan Hajnoczi

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