From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54025 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9EZz-00082Y-7u for qemu-devel@nongnu.org; Mon, 11 Apr 2011 06:42:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9EZx-0000rP-MA for qemu-devel@nongnu.org; Mon, 11 Apr 2011 06:42:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9EZx-0000r7-D9 for qemu-devel@nongnu.org; Mon, 11 Apr 2011 06:42:45 -0400 Message-ID: <4DA2DBB4.1040507@redhat.com> Date: Mon, 11 Apr 2011 12:45:08 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] qed: Add support for zero clusters References: <1292601502-5222-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1292601502-5222-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 17.12.2010 16:58, schrieb Stefan Hajnoczi: > This patch series adds zero data clusters to QED. Clusters can be marked as > zero clusters to store zeroed regions in a space-efficient way. The patch > never actually creates new zero clusters but includes the I/O path support code > to handle them if they are used by an image file. > > Image streaming and copy-on-read take advantage of zero data clusters to avoid > expanding out zeroes from the backing file. Those features are separate > patches that will come later but I'm presenting this patch now so we can get > this core QED image format feature in before doing the first QEMU release > containing QED. > > The first patch fixes up an issue with the QED merge where '^' characters were > dropped from the QED specification. > > The last two patches document and implement zero clusters, which were > originally implemented by Anthony Liguori . Thanks, applied all to the block branch. Kevin