From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLeWk-0006ZE-Oq for qemu-devel@nongnu.org; Thu, 06 Mar 2014 15:04:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLeWf-0005Fh-Ha for qemu-devel@nongnu.org; Thu, 06 Mar 2014 15:04:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLeWe-0005FX-T6 for qemu-devel@nongnu.org; Thu, 06 Mar 2014 15:04:17 -0500 Date: Fri, 7 Mar 2014 01:34:07 +0530 From: Amit Shah Message-ID: <20140306200407.GB11308@grmbl.mre> References: <5315C65F.6040103@redhat.com> <1393946096-27403-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393946096-27403-1-git-send-email-aik@ozlabs.ru> Subject: Re: [Qemu-devel] [PATCH v3] migration: add more traces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Paolo Bonzini , qemu-devel@nongnu.org, Juan Quintela On (Wed) 05 Mar 2014 [02:14:56], Alexey Kardashevskiy wrote: > This replaces DPRINTF macro with tracepoints. > > This moves some messages from migration.c to savevm.c. > > This adds tracepoint to signal about fileds failed to migrate. > > Signed-off-by: Alexey Kardashevskiy > --- > > This is v3. Should I repost the whole thing or just "3/3 v3" is ok? Thanks! Sending the series again is preferred. (You can see 3/3 was missed in the subject line. There are other small quirks that can happen and cause more pain for maintainers.) I've corrected the 's/fileds/fields' typo in the commit msg and picked up this series and applied to my migration branch, which I'll send to Juan. Amit