From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43738 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pdidn-0006JG-06 for qemu-devel@nongnu.org; Fri, 14 Jan 2011 07:20:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pdidm-0001Op-4e for qemu-devel@nongnu.org; Fri, 14 Jan 2011 07:20:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pdidl-0001Od-Ti for qemu-devel@nongnu.org; Fri, 14 Jan 2011 07:20:26 -0500 Date: Fri, 14 Jan 2011 10:20:05 -0200 From: Marcelo Tosatti Subject: Re: [Qemu-devel] [patch 2/3] live block copy Message-ID: <20110114122004.GA14484@amt.cnet> References: <20101216174419.090204390@redhat.com> <20101216174810.695380191@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org On Fri, Jan 14, 2011 at 10:46:53AM +0000, Stefan Hajnoczi wrote: > On Thu, Dec 16, 2010 at 5:44 PM, Marcelo Tosatti wrote: > > Add support for live block copy. > > > > Signed-off-by: Marcelo Tosatti > > Are you still pushing this, are you looking for reviews? > > Stefan Reviews are welcome. The known issues, which will be fixed in the next submission, are: - Interaction with device hotplug. - Use a context different than timer to issue AIOs, if possible.