From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA7B7-0007Vz-RS for qemu-devel@nongnu.org; Thu, 06 May 2010 15:56:14 -0400 Received: from [140.186.70.92] (port=53443 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA7B6-0007U5-Ci for qemu-devel@nongnu.org; Thu, 06 May 2010 15:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA7B4-000775-0l for qemu-devel@nongnu.org; Thu, 06 May 2010 15:56:11 -0400 Received: from verein.lst.de ([213.95.11.210]:60669) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OA7B3-00076v-Kg for qemu-devel@nongnu.org; Thu, 06 May 2010 15:56:09 -0400 Date: Thu, 6 May 2010 21:56:08 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] block: Fix bdrv_commit Message-ID: <20100506195608.GB5307@lst.de> References: <1273157074-7918-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273157074-7918-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: nsprei@redhat.com, qemu-devel@nongnu.org On Thu, May 06, 2010 at 04:44:34PM +0200, Kevin Wolf wrote: > When reopening the image, don't guess the driver, but use the same driver as > was used before. This is important if the format=... option was used for that > image. > > Signed-off-by: Kevin Wolf Looks good, Reviewed-by: Christoph Hellwig