Re: [Qemu-devel] [PATCH v2 0/4] sheepdog: support online snapshot from qemu-img

2013-04-26 Thread Stefan Hajnoczi
On Fri, Apr 26, 2013 at 01:19:50AM +0900, MORITA Kazutaka wrote: > 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,

[Qemu-devel] [PATCH v2 0/4] sheepdog: support online snapshot from qemu-img

2013-04-25 Thread MORITA Kazutaka
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