From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLsfa-0003g6-Bw for qemu-devel@nongnu.org; Fri, 07 Mar 2014 06:10:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLsfU-0003fh-7m for qemu-devel@nongnu.org; Fri, 07 Mar 2014 06:10:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLsfT-0003fZ-W0 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 06:10:20 -0500 From: Juan Quintela In-Reply-To: (Amit Shah's message of "Fri, 7 Mar 2014 01:33:34 +0530") References: Date: Fri, 07 Mar 2014 12:10:16 +0100 Message-ID: <87wqg6jmcn.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL] migration patches Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: aik@ozlabs.ru, qemu list , Markus Armbruster Amit Shah wrote: > Hi Juan, > > Here's a compilation of migration-related patches from the list that > I've reviewed. > > For the first patch, I picked Markus's over yours, just because it's > been on the list longer. > > > The following changes since commit 9fbee91a131a05e443d7108d7fbdf3ca91020290: > > Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-02-27 16:00:31 +0000) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-quintela > > for you to fetch changes up to 6bb5d0981b1331df2150ae48ed9fabafea33d1d2: > > migration: add more traces (2014-03-07 01:23:50 +0530) > > ---------------------------------------------------------------- > > Alexey Kardashevskiy (3): > vl: add system_wakeup_request tracepoint > migration: extend section_start/end traces > migration: add more traces > > Markus Armbruster (1): > qemu_file: Fix mismerge of "use fwrite() correctly" > > migration.c | 30 ++++++------------------------ > qemu-file.c | 4 +++- > savevm.c | 22 ++++++++++++++++------ > trace-events | 21 +++++++++++++++++++-- > vl.c | 2 ++ > vmstate.c | 2 ++ > 6 files changed, 48 insertions(+), 33 deletions(-) Reviewed-by: Juan Quintela