From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvrIs-00064M-Gj for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:22:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvrIn-0006Jk-Gq for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:22:54 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:50125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvrIn-0006JY-Ci for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:22:49 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 17 Jan 2013 10:22:48 -0500 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 32EA3C90046 for ; Thu, 17 Jan 2013 10:22:45 -0500 (EST) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0HFMi0C321760 for ; Thu, 17 Jan 2013 10:22:44 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0HFMiRZ006350 for ; Thu, 17 Jan 2013 13:22:44 -0200 From: Anthony Liguori In-Reply-To: <1358429973-9321-1-git-send-email-quintela@redhat.com> References: <1358429973-9321-1-git-send-email-quintela@redhat.com> Date: Thu, 17 Jan 2013 09:22:02 -0600 Message-ID: <87r4ljrg11.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/13] thread queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Juan Quintela writes: > This is the intersect of the paolo & me patches for migration thread, > > Changes from 2 days ago: > - spelling check from Eric > - put the commit that patch refered from (Eric) > - drop the buffered rename at paolo request. > > Please, pull. If these were just posted two days ago, it's too early to do a pull request. Give people time to review the series. Regards, Anthony Liguori > > Thanks, Juan. > > The following changes since commit 47f4dac3fde809e3da4e60d9eb699f1d4b378249: > > Merge remote-tracking branch 'kraxel/chardev.1' into staging (2013-01-16 15:20:05 -0600) > > are available in the git repository at: > > > git://repo.or.cz/qemu/quintela.git thread.next > > for you to fetch changes up to 6522773f88a2e37800f0bf7dc3632a14649f53c6: > > migration: remove argument to qemu_savevm_state_cancel (2013-01-17 13:54:52 +0100) > > ---------------------------------------------------------------- > Juan Quintela (7): > qemu-file: Only set last_error if it is not already set > migration: move beginning stage to the migration thread > migration: Add buffered_flush error handling > migration: move exit condition to migration thread > migration: unfold rest of migrate_fd_put_ready() into thread > migration: Only go to the iterate stage if there is anything to send > migration: remove argument to qemu_savevm_state_cancel > > Paolo Bonzini (6): > Unlock ramlist lock also in error case > Protect migration_bitmap_sync() with the ramlist lock > use XFER_LIMIT_RATIO consistently > migration: make function static > migration: remove double call to migrate_fd_close > migration: fix off-by-one in buffered_rate_limit > > arch_init.c | 6 +- > include/migration/migration.h | 3 - > include/sysemu/sysemu.h | 2 +- > migration.c | 149 ++++++++++++++++++++---------------------- > savevm.c | 12 ++-- > 5 files changed, 81 insertions(+), 91 deletions(-)