From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMfq8-0007k1-Cg for qemu-devel@nongnu.org; Wed, 18 May 2011 08:27:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMfq7-0006zB-9f for qemu-devel@nongnu.org; Wed, 18 May 2011 08:27:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMfq7-0006z5-0y for qemu-devel@nongnu.org; Wed, 18 May 2011 08:26:59 -0400 Message-ID: <4DD3BBA6.8030205@redhat.com> Date: Wed, 18 May 2011 14:29:26 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1305550613-3567-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1305550613-3567-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qed: support for growing images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 16.05.2011 14:56, schrieb Stefan Hajnoczi: > The .bdrv_truncate() operation resizes images and growing is easy to > implement in QED. Simply check that the new size is valid and then > update the image_size header field to reflect the new size. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin