From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKoWv-0004jF-G3 for qemu-devel@nongnu.org; Tue, 04 Mar 2014 07:33:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKoWp-0000P0-Hp for qemu-devel@nongnu.org; Tue, 04 Mar 2014 07:33:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKoWp-0000Ow-9o for qemu-devel@nongnu.org; Tue, 04 Mar 2014 07:32:59 -0500 Message-ID: <5315C7F6.2080703@redhat.com> Date: Tue, 04 Mar 2014 13:32:54 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1393906241-9296-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1393906241-9296-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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: Alexey Kardashevskiy , qemu-devel@nongnu.org, Juan Quintela , Stefan Hajnoczi 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. Paolo