From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDsJO-0007EU-6I for qemu-devel@nongnu.org; Wed, 21 Jan 2015 05:14:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDsJJ-0007RS-1r for qemu-devel@nongnu.org; Wed, 21 Jan 2015 05:14:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDsJI-0007RL-R3 for qemu-devel@nongnu.org; Wed, 21 Jan 2015 05:14:52 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0LAEpeR008977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 21 Jan 2015 05:14:52 -0500 From: "Dr. David Alan Gilbert (git)" Date: Wed, 21 Jan 2015 10:14:46 +0000 Message-Id: <1421835289-15020-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] Migration tracing and errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, stefanha@redhat.com, quintela@redhat.com From: "Dr. David Alan Gilbert" Tidy up some old printfs Add some more error_reports that previously just failed with invalid. Add lots and lots of tracing. Dr. David Alan Gilbert (3): savevm: Convert fprintf to error_report Migration: Add lots of trace events Print errors in some of the early migration failure cases. migration/vmstate.c | 31 ++++++++++++++++++++++++------- savevm.c | 38 ++++++++++++++++++++++++-------------- trace-events | 11 ++++++++++- 3 files changed, 58 insertions(+), 22 deletions(-) -- v2 Fix missing ret initialisation 2.1.0