From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z77Mm-0002N8-Ux for qemu-devel@nongnu.org; Mon, 22 Jun 2015 15:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z77Mh-0004y8-UX for qemu-devel@nongnu.org; Mon, 22 Jun 2015 15:26:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z77Mh-0004xw-Q0 for qemu-devel@nongnu.org; Mon, 22 Jun 2015 15:26:43 -0400 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 (Postfix) with ESMTPS id 5BF5D3582CE for ; Mon, 22 Jun 2015 19:26:43 +0000 (UTC) From: Markus Armbruster Date: Mon, 22 Jun 2015 21:26:33 +0200 Message-Id: <1435001200-20610-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] error: On abort, report where the error was created List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, dgilbert@redhat.com, mst@redhat.com Applies on top of "[PULL 00/24] Monitor patches". Markus Armbruster (7): error: De-duplicate code creating Error objects error: Make error_setg() a function qga: Clean up unnecessarily dirty casts qga/vss-win32: Document the DLL requires non-null errp error: error_set_errno() is unused, drop error: Revamp interface documentation error: On abort, report where the error was created include/qapi/error.h | 226 ++++++++++++++++++++++++++++++-------------- qga/vss-win32.c | 6 +- qga/vss-win32/requester.cpp | 8 +- qga/vss-win32/requester.h | 12 ++- util/error.c | 111 +++++++++++----------- 5 files changed, 228 insertions(+), 135 deletions(-) -- 1.9.3