From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34509 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSug1-0001hG-AA for qemu-devel@nongnu.org; Wed, 15 Dec 2010 11:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSug0-0000Bd-8f for qemu-devel@nongnu.org; Wed, 15 Dec 2010 11:58:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSug0-0000BX-0X for qemu-devel@nongnu.org; Wed, 15 Dec 2010 11:58:04 -0500 Message-ID: <4D08F390.4070908@redhat.com> Date: Wed, 15 Dec 2010 17:57:52 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1292225579-27320-1-git-send-email-Jes.Sorensen@redhat.com> <4D08F25C.2010103@redhat.com> In-Reply-To: <4D08F25C.2010103@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/3] Re-factor img_create() and add live snapshots List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, armbru@redhat.com, stefanha@linux.vnet.ibm.com On 12/15/10 17:52, Kevin Wolf wrote: > Am 13.12.2010 08:32, schrieb Jes.Sorensen@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 > > This doesn't seem to apply cleanly any more. Can you please rebase > (ideally on top of my block branch)? > > Kevin Darn! I'll try and rebase it tomorrow. Thanks, Jes