From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ylf5h-0002Sz-Py for qemu-devel@nongnu.org; Fri, 24 Apr 2015 11:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ylf5c-0005ij-Aa for qemu-devel@nongnu.org; Fri, 24 Apr 2015 11:00:29 -0400 Message-ID: <553A5A82.3040007@redhat.com> Date: Fri, 24 Apr 2015 17:00:18 +0200 From: Max Reitz MIME-Version: 1.0 References: <1426712188-24799-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1426712188-24799-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 00/10] qcow2: Allow refcount_bits amendment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi On 18.03.2015 21:56, Max Reitz wrote: > This series adds support to qemu for changing the refcount_bits option > of an existing qcow2 file through the qemu-img amend command. > > Originally (up until v7), this series was called > "qcow2: Support refcount orders != 4", but by now that support has > already been merged so all that is left is support for qemu-img amend. > > > v8: > - Rebase onto master (one contextual conflict in an iotest reference > output, but other than that this only means that the first 15 patches > are dropped) Ping; there is a contextual conflict in patch 8 which I found pretty simple to resolve, but if you want me to send a rebase, so be it. Max