From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Nex-0001xC-KQ for qemu-devel@nongnu.org; Wed, 21 Sep 2011 10:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Ner-0006cW-Nw for qemu-devel@nongnu.org; Wed, 21 Sep 2011 10:20:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Ner-0006cD-7x for qemu-devel@nongnu.org; Wed, 21 Sep 2011 10:20:17 -0400 Message-ID: <4E79F350.9000706@redhat.com> Date: Wed, 21 Sep 2011 16:23:12 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20110920231037.GA1872@lst.de> In-Reply-To: <20110920231037.GA1872@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] block: allow resizing of images residing on host devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 21.09.2011 01:10, schrieb Christoph Hellwig: > Allow to resize images that reside on host devices up to the available > space. This allows to grow images after resizing the device manually or > vice versa. > > Signed-off-by: Christoph Hellwig Thanks, applied to the block branch. Kevin