From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDa6F-00023s-Qp for qemu-devel@nongnu.org; Tue, 20 Jan 2015 09:48:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDa6B-0002VC-QI for qemu-devel@nongnu.org; Tue, 20 Jan 2015 09:48:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDa6B-0002Up-IK for qemu-devel@nongnu.org; Tue, 20 Jan 2015 09:48:07 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0KEm6A5024553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 20 Jan 2015 09:48:06 -0500 From: "Dr. David Alan Gilbert (git)" Date: Tue, 20 Jan 2015 14:48:00 +0000 Message-Id: <1421765283-17822-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 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 | 29 +++++++++++++++++++++++------ savevm.c | 38 ++++++++++++++++++++++++-------------- trace-events | 11 ++++++++++- 3 files changed, 57 insertions(+), 21 deletions(-) -- 2.1.0