From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6Ku5-0008C2-L3 for qemu-devel@nongnu.org; Mon, 26 Apr 2010 05:47:01 -0400 Received: from [140.186.70.92] (port=43936 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6Ku4-0008BU-6B for qemu-devel@nongnu.org; Mon, 26 Apr 2010 05:47:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6Ku2-0004KO-UI for qemu-devel@nongnu.org; Mon, 26 Apr 2010 05:47:00 -0400 Received: from verein.lst.de ([213.95.11.210]:50447) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6Ku2-0004K2-KL for qemu-devel@nongnu.org; Mon, 26 Apr 2010 05:46:58 -0400 Date: Mon, 26 Apr 2010 11:46:55 +0200 From: Christoph Hellwig Message-ID: <20100426094655.GB25558@lst.de> References: <1272097219-6614-1-git-send-email-stefanha@linux.vnet.ibm.com> <1272097219-6614-2-git-send-email-stefanha@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1272097219-6614-2-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] Re: [PATCH 2/2][qemu-iotests] test bdrv_truncate() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org, Christoph Hellwig On Sat, Apr 24, 2010 at 09:20:19AM +0100, Stefan Hajnoczi wrote: > This patch adds an image resize grow test to ensure that existing data > is not lost during grow and new space is zeroed. Look good, but I'll wait for the qcow2 truncate support to hit mainline to apply this.