From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WL7qM-00039d-ES for qemu-devel@nongnu.org; Wed, 05 Mar 2014 04:10:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WL7qD-0000eH-PG for qemu-devel@nongnu.org; Wed, 05 Mar 2014 04:10:26 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:46238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WL7qD-0000cz-I8 for qemu-devel@nongnu.org; Wed, 05 Mar 2014 04:10:17 -0500 Received: by mail-ee0-f52.google.com with SMTP id e49so289113eek.25 for ; Wed, 05 Mar 2014 01:10:16 -0800 (PST) Date: Wed, 5 Mar 2014 10:10:13 +0100 From: Stefan Hajnoczi Message-ID: <20140305091013.GC18052@stefanha-thinkpad.muc.redhat.com> References: <1393906241-9296-1-git-send-email-aik@ozlabs.ru> <5315C7F6.2080703@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5315C7F6.2080703@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/3] migration: add more traces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Alexey Kardashevskiy , qemu-devel@nongnu.org, Stefan Hajnoczi , Juan Quintela On Tue, Mar 04, 2014 at 01:32:54PM +0100, Paolo Bonzini wrote: > Il 04/03/2014 05:10, Alexey Kardashevskiy ha scritto: > >This reworks/adds traces for migration. > >v2 is rework of an original single patch with the same subject. > > > >Alexey Kardashevskiy (3): > > vl: add system_wakeup_request tracepoint > > migration: extend section_start/end traces > > migration: add more traces > > > > migration.c | 30 ++++++------------------------ > > qemu-file.c | 2 ++ > > savevm.c | 20 ++++++++++++++------ > > trace-events | 21 +++++++++++++++++++-- > > vl.c | 2 ++ > > vmstate.c | 2 ++ > > 6 files changed, 45 insertions(+), 32 deletions(-) > > > > Looks good, CCing Juan and Stefan. It would be nice to have this in > 2.0. I had a remark on patch 3. Juan: please take this series through the migration tree Stefan