From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36289 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcdC7-0006nq-CW for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:19:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pcd85-0001Af-RX for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:15:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pcd85-0001AY-Jg for qemu-devel@nongnu.org; Tue, 11 Jan 2011 07:15:13 -0500 Message-ID: <4D2C4A26.4040309@redhat.com> Date: Tue, 11 Jan 2011 13:16:38 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] do_snapshot_blkdev() error on missing snapshot_file argument References: <1294329743-4844-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1294329743-4844-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org Am 06.01.2011 17:02, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > Current code does not support snapshot internally to the running > image. Error in case no snapshot_file is specified. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin