From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ0Au-0007Vj-6R for qemu-devel@nongnu.org; Mon, 09 Sep 2013 08:02:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ0Ao-0001bo-72 for qemu-devel@nongnu.org; Mon, 09 Sep 2013 08:02:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ0An-0001Zh-Vq for qemu-devel@nongnu.org; Mon, 09 Sep 2013 08:02:30 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r89C2TZ2017296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Sep 2013 08:02:29 -0400 Date: Mon, 9 Sep 2013 14:02:30 +0200 From: Kevin Wolf Message-ID: <20130909120230.GH3110@dhcp-200-207.str.redhat.com> References: <1378195795-1674-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378195795-1674-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 0/6] block/qcow2: Image file option amendment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 03.09.2013 um 10:09 hat Max Reitz geschrieben: > > This series adds support to qemu-img, block and qcow2 for amending image > options on existing image files. > > Depends on: > - option: Add assigned flag to QEMUOptionParameter > - qcow2-refcount: Snapshot update for zero clusters (series, v3) > - Add metadata overlap checks (series, v5) Thanks, applied to the block branch with the following changes: - Updated patch 5 with [PATCH] block/qcow2: Use bdrv_truncate for size amend - Resolved merge conflict in patch 1 (bdrv_delete -> bdrv_unref) Kevin