From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIXP-0006A4-VI for qemu-devel@nongnu.org; Tue, 01 Nov 2011 13:54:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLIXO-0008Uv-Fe for qemu-devel@nongnu.org; Tue, 01 Nov 2011 13:54:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIXN-0008Uo-UQ for qemu-devel@nongnu.org; Tue, 01 Nov 2011 13:54:14 -0400 Date: Tue, 1 Nov 2011 14:46:01 -0200 From: Marcelo Tosatti Message-ID: <20111101164601.GA13725@amt.cnet> References: <1319728975-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319728975-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/8] block: generic image streaming List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org On Thu, Oct 27, 2011 at 04:22:47PM +0100, Stefan Hajnoczi wrote: > This series adds the 'block_stream' command which copies the contents of a > backing file into the image file while the VM is running. The series builds on > copy-on-read and zero detection features which I sent out recently and I > suggest grabbing my git tree to try it out without merging these dependencies > yourself: > > http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/image-streaming-api Zero detection and COR are not in this branch? (and its non-trivial to clone it).