From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNSWE-0002sw-D0 for qemu-devel@nongnu.org; Tue, 11 Mar 2014 15:39:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNSW0-0005eH-KS for qemu-devel@nongnu.org; Tue, 11 Mar 2014 15:39:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNSW0-0005di-D2 for qemu-devel@nongnu.org; Tue, 11 Mar 2014 15:39:04 -0400 From: Juan Quintela In-Reply-To: <1394494949-9306-5-git-send-email-aik@ozlabs.ru> (Alexey Kardashevskiy's message of "Tue, 11 Mar 2014 10:42:29 +1100") References: <1394494949-9306-1-git-send-email-aik@ozlabs.ru> <1394494949-9306-5-git-send-email-aik@ozlabs.ru> Date: Tue, 11 Mar 2014 20:38:59 +0100 Message-ID: <8761nk4jak.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 4/4] migration: add more traces Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Amit Shah , qemu-devel@nongnu.org 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 > --- > Changes: > v4: > * made use of new qemu_ether_ntoa to make it compiling in mingw32 Reviewed-by: Juan Quintela