From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhIbO-00045A-5N for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhIbK-0004ps-9M for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:53:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhIbJ-0004pi-Lb for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:52:58 -0400 Message-ID: <4E1EBD24.9090308@redhat.com> Date: Thu, 14 Jul 2011 11:55:48 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4E131D0D.307@redhat.com> <20110711125432.GA19686@stefanha-thinkpad.localdomain> <20110711163226.GA10924@amt.cnet> <4E1C009C.1010408@redhat.com> <4E1C71F2.4030507@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] live block copy/stream/snapshot discussion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , Dor Laor , Stefan Hajnoczi , Marcelo Tosatti , qemu-devel , Avi Kivity , Adam Litke Am 14.07.2011 11:39, schrieb Stefan Hajnoczi: > Events: > > On completion the BLOCK_STREAM_COMPLETED event is raised with the following > fields: > > - device: device name (json-string) > - len: size of the device, in bytes (json-int) > - offset: last offset of completed I/O, in bytes (json-int) > - error: error message (json-string, only on error) > > The completion event is raised both on success and on failure. Why do len/offset matter in a completion event? Other than that it looks good to me. Kevin