From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rn90u-0006Ip-O8 for qemu-devel@nongnu.org; Tue, 17 Jan 2012 08:23:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rn90q-0000R1-Rk for qemu-devel@nongnu.org; Tue, 17 Jan 2012 08:23:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rn90q-0000Qn-LA for qemu-devel@nongnu.org; Tue, 17 Jan 2012 08:23:44 -0500 Message-ID: <4F157728.1060702@redhat.com> Date: Tue, 17 Jan 2012 14:27:04 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1326460457-19446-1-git-send-email-stefanha@linux.vnet.ibm.com> <1326460457-19446-14-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1326460457-19446-14-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 13/15] block: add support for partial streaming List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Marcelo Tosatti , qemu-devel@nongnu.org, Luiz Capitulino Am 13.01.2012 14:14, schrieb Stefan Hajnoczi: > From: Marcelo Tosatti > > Add support for streaming data from an intermediate section of the > image chain (see patch and documentation for details). > > Signed-off-by: Marcelo Tosatti > Signed-off-by: Stefan Hajnoczi I'm afraid that in the review for the previous version I couldn't see the wood for the trees... This does limit the COR requests issued by image streaming, but not those issued by the guest. Am I missing something? This is not what we want, is it? Kevin