qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] sheepdog: support online snapshot from qemu-img
@ 2013-04-25 16:19 MORITA Kazutaka
  2013-04-25 16:19 ` [Qemu-devel] [PATCH v2 1/4] sheepdog: cleanup find_vdi_name MORITA Kazutaka
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: MORITA Kazutaka @ 2013-04-25 16:19 UTC (permalink / raw)
  To: stefanha, kwolf; +Cc: namei.unix, sheepdog, qemu-devel

v2:
 - rename reload_vdi_obj to reload_inode and use it from
   sd_snapshot_goto (Yuan)
 - use g_free instead of free (Stefan)
 - fix typo in the comment (Stefan)
 - add coroutine_fn marker to resend_aioreq

Currently, we can take sheepdog snapshots of running VMs only from the
qemu monitor.  This series allows taking online snapshots from
qemu-img.

The first two patches prepare for the thrid patch.

MORITA Kazutaka (4):
  sheepdog: cleanup find_vdi_name
  sheepdog: add SD_RES_READONLY result code
  sheepdog: add helper function to reload inode
  sheepdog: resend write requests when SD_RES_READONLY is received

 block/sheepdog.c |  142 ++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 107 insertions(+), 35 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2013-04-26  8:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 16:19 [Qemu-devel] [PATCH v2 0/4] sheepdog: support online snapshot from qemu-img MORITA Kazutaka
2013-04-25 16:19 ` [Qemu-devel] [PATCH v2 1/4] sheepdog: cleanup find_vdi_name MORITA Kazutaka
2013-04-25 16:19 ` [Qemu-devel] [PATCH v2 2/4] sheepdog: add SD_RES_READONLY result code MORITA Kazutaka
2013-04-25 16:19 ` [Qemu-devel] [PATCH v2 3/4] sheepdog: add helper function to reload inode MORITA Kazutaka
2013-04-25 16:19 ` [Qemu-devel] [PATCH v2 4/4] sheepdog: resend write requests when SD_RES_READONLY is received MORITA Kazutaka
2013-04-26  8:56 ` [Qemu-devel] [PATCH v2 0/4] sheepdog: support online snapshot from qemu-img 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).