From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT7sa-0004Zz-Ke for qemu-devel@nongnu.org; Thu, 27 Mar 2014 06:49:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT7sU-0000rr-Mu for qemu-devel@nongnu.org; Thu, 27 Mar 2014 06:49:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT7sU-0000rX-F9 for qemu-devel@nongnu.org; Thu, 27 Mar 2014 06:49:42 -0400 Date: Thu, 27 Mar 2014 16:19:30 +0530 From: Amit Shah Message-ID: <20140327104930.GB27036@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL for-2.0] migration: add traces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Peter Maydell , Anthony Liguori The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a: Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for_upstream for you to fetch changes up to 9013dca5539186ddca018bebcf2d5da63d061365: migration: add more traces (2014-03-27 15:19:00 +0530) ---------------------------------------------------------------- migration: traces Adds trace messages to migration path. Patches have been on list for a while, and have been reviewed by Juan. ---------------------------------------------------------------- Alexey Kardashevskiy (2): util: add qemu_ether_ntoa migration: add more traces include/qemu-common.h | 2 ++ migration.c | 30 ++++++------------------------ qemu-file.c | 2 ++ savevm.c | 8 ++++++++ trace-events | 16 ++++++++++++++++ util/cutils.c | 14 ++++++++++++++ vmstate.c | 2 ++ 7 files changed, 50 insertions(+), 24 deletions(-) Amit