From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6CJ3-0002Yd-1u for qemu-devel@nongnu.org; Thu, 04 May 2017 04:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6CIz-00050v-Vp for qemu-devel@nongnu.org; Thu, 04 May 2017 04:40:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41062) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6CIz-0004zB-PS for qemu-devel@nongnu.org; Thu, 04 May 2017 04:40:09 -0400 From: Juan Quintela In-Reply-To: <20170426183721.7482-3-dgilbert@redhat.com> (David Alan Gilbert's message of "Wed, 26 Apr 2017 19:37:21 +0100") References: <20170426183721.7482-1-dgilbert@redhat.com> <20170426183721.7482-3-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Thu, 04 May 2017 10:40:02 +0200 Message-ID: <87ziett3q5.fsf@secure.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 2/2] migration: Extra tracing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, borntraeger@de.ibm.com, lvivier@redhat.com, peterx@redhat.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > A couple more traces that would have made fixing that postcopy > bug a bit easier. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela Pulled.