From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLYed-0004t6-QR for qemu-devel@nongnu.org; Wed, 02 Nov 2011 07:06:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLYec-0004Ml-GG for qemu-devel@nongnu.org; Wed, 02 Nov 2011 07:06:47 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:56849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLYec-0004Ma-Bc for qemu-devel@nongnu.org; Wed, 02 Nov 2011 07:06:46 -0400 Received: by wwg7 with SMTP id 7so47028wwg.10 for ; Wed, 02 Nov 2011 04:06:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20111101164601.GA13725@amt.cnet> References: <1319728975-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> <20111101164601.GA13725@amt.cnet> Date: Wed, 2 Nov 2011 11:06:45 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/8] block: generic image streaming List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , qemu-devel@nongnu.org On Tue, Nov 1, 2011 at 4:46 PM, Marcelo Tosatti wrote= : > 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. =A0The 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 depende= ncies >> yourself: >> >> http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/image-streamin= g-api > > Zero detection and COR are not in this branch? (and its non-trivial to > clone it). Hi Marcelo, I have pushed the world that is based on CoR and zero detection: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/image-streaming-a= pi Stefan