From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJnb-00078K-4P for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:20:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFJnX-00077x-Hy for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:20:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFJnX-00077s-DI for qemu-devel@nongnu.org; Wed, 15 Jul 2015 06:20:19 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 1F071293312 for ; Wed, 15 Jul 2015 10:20:19 +0000 (UTC) From: Juan Quintela In-Reply-To: <1436951080-12390-1-git-send-email-quintela@redhat.com> (Juan Quintela's message of "Wed, 15 Jul 2015 11:04:34 +0200") References: <1436951080-12390-1-git-send-email-quintela@redhat.com> Date: Wed, 15 Jul 2015 12:20:17 +0200 Message-ID: <87egk9bu3i.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 0/6] Migration pull request Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com Self-Nack Misspelled Amit name, resending with name fixed. Sorry. Juan Quintela wrote: > Hi > > This pull requset: > - small optimization by Li > - fixes global state with savevm (reported by John Snow) > - get migration traces for migration state changes even if migration > events are not enabled > - Change state after migration has finished (reported by Christian) > - add documentation for events > > Please, Apply. > > PD. Yes, it had to pass: > make check > virt-test > savevm by hand > > > The following changes since commit 661725da09f47eb92d356fac10a4cf3b7ad1f61d: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150714' into staging (2015-07-14 18:50:17 +0100) > > are available in the git repository at: > > git://github.com/juanquintela/qemu.git tags/migration/20150715 > > for you to fetch changes up to 4915a5ad93e6c8ac77e2e5a007be178d50c7b019: > > migration: We also want to store the global state for savevm (2015-07-15 10:51:05 +0200) > > ---------------------------------------------------------------- > migration/next for 20150715 > > ---------------------------------------------------------------- > Juan Quintela (5): > migration: Only change state after migration has finished > migration: Trace event and migration event are different things > migration: Write documetation for events capabilites > migration: Register global state section before loadvm > migration: We also want to store the global state for savevm > > Liang Li (1): > migration: reduce the count of strlen call > > include/migration/migration.h | 1 + > migration/migration.c | 52 ++++++++++++++++++++++++------------------- > migration/ram.c | 10 ++++----- > migration/savevm.c | 6 +++++ > qmp-commands.hx | 1 + > vl.c | 2 +- > 6 files changed, 43 insertions(+), 29 deletions(-)