[Qemu-devel] Re: [PATCH 0/3] Re-factor img_create() and add live snapshots

2010-12-15 Thread Jes Sorensen
On 12/15/10 17:52, Kevin Wolf wrote: > Am 13.12.2010 08:32, schrieb jes.soren...@redhat.com: >> Jes Sorensen (3): >> qemu-img.c: Re-factor img_create() >> Introduce do_snapshot_blkdev() and monitor command to handle it. >> Prevent creating an image with the same filename as backing file > >

[Qemu-devel] Re: [PATCH 0/3] Re-factor img_create() and add live snapshots

2010-12-15 Thread Kevin Wolf
Am 13.12.2010 08:32, schrieb jes.soren...@redhat.com: > From: Jes Sorensen > > Hi, > > This set of patches re-factors img_create() and moves the core part of > it into block.c so it can be accessed from qemu as well as > qemu-img. The second patch adds basic live snapshots support to the > code,