From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRjb0-00070n-6O for qemu-devel@nongnu.org; Fri, 26 Oct 2012 09:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRjat-0003wD-PM for qemu-devel@nongnu.org; Fri, 26 Oct 2012 09:05:06 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:64372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRjat-0003w8-IM for qemu-devel@nongnu.org; Fri, 26 Oct 2012 09:04:59 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so1064046bkc.4 for ; Fri, 26 Oct 2012 06:04:58 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <508A8A77.30800@redhat.com> Date: Fri, 26 Oct 2012 15:04:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1350545426-23172-1-git-send-email-quintela@redhat.com> In-Reply-To: <1350545426-23172-1-git-send-email-quintela@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: Anthony Liguori , qemu-devel@nongnu.org Il 18/10/2012 09:29, Juan Quintela ha scritto: > Hi > > This series apply on top of the refactoring that I sent yesterday. > Changes from the last version include: > > - buffered_file.c is gone, its functionality is merged in migration.c > special attention to the megre of buffered_file_thread() & > migration_file_put_notify(). > > - Some more bitmap handling optimizations (thanks to Orit & Paolo for > suggestions and code and Vinod for testing) > > Please review. Included is the pointer to the full tree. Anthony, I think patches 1-13 are ready to go (but only if Juan reviews my incoming-migration-in-a-coroutine first ;)). Paolo