qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots
@ 2012-02-28 20:54 Jeff Cody
  2012-02-28 20:54 ` [Qemu-devel] [PATCH v5 1/2] qapi: Introduce blockdev-group-snapshot-sync command Jeff Cody
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jeff Cody @ 2012-02-28 20:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, stefanha, armbru, lcapitulino, pbonzini, eblake

This patchset adds the ability to take a snapshot of a group of devices,
rather than each device individually.  Upon failure of any snapshot, all
snapshots taken by the command will be abandoned, and the appropriate failure
code returned.

All the changes from v4 to v5 are in patch 1/2. This differs from v4 in that:
    * blockdev.c
		- all failures in the group snapshot command should go to
		  delete_and_fail

Jeff Cody (2):
  qapi: Introduce blockdev-group-snapshot-sync command
  QMP: Add qmp command for blockdev-group-snapshot-sync

 block.c          |   81 +++++++++++++++++++++++++++++++++
 block.h          |    1 +
 block_int.h      |    6 +++
 blockdev.c       |  131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 qapi-schema.json |   38 ++++++++++++++++
 qmp-commands.hx  |   39 ++++++++++++++++
 6 files changed, 296 insertions(+), 0 deletions(-)

-- 
1.7.9.rc2.1.g69204

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

end of thread, other threads:[~2012-02-29 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 20:54 [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots Jeff Cody
2012-02-28 20:54 ` [Qemu-devel] [PATCH v5 1/2] qapi: Introduce blockdev-group-snapshot-sync command Jeff Cody
2012-02-29 14:36   ` Luiz Capitulino
2012-02-28 20:54 ` [Qemu-devel] [PATCH v5 2/2] QMP: Add qmp command for blockdev-group-snapshot-sync Jeff Cody
2012-02-29 14:37   ` Luiz Capitulino
2012-02-29 11:54 ` [Qemu-devel] [PATCH v5 0/2] Group Live Snapshots Kevin Wolf
2012-02-29 14:37   ` Luiz Capitulino

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