From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6MsE-0001sw-EI for qemu-devel@nongnu.org; Mon, 26 Apr 2010 07:53:14 -0400 Received: from [140.186.70.92] (port=34901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6MsC-0001sc-UF for qemu-devel@nongnu.org; Mon, 26 Apr 2010 07:53:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6MsB-0007eh-Fj for qemu-devel@nongnu.org; Mon, 26 Apr 2010 07:53:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34609) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6MsB-0007eZ-8c for qemu-devel@nongnu.org; Mon, 26 Apr 2010 07:53:11 -0400 Message-ID: <4BD57E8A.6030106@redhat.com> Date: Mon, 26 Apr 2010 13:52:42 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1272096733-6070-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1272096733-6070-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] qemu-img: Add 'resize' command to grow/shrink disk images List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 24.04.2010 10:12, schrieb Stefan Hajnoczi: > This patch adds a 'resize' command to grow/shrink disk images. This > allows changing the size of disk images without copying to a new image > file. Currently only raw files support resize. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin