From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIH4H-0008Ih-MT for qemu-devel@nongnu.org; Thu, 23 Jul 2015 10:01:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIH4A-0004bD-4L for qemu-devel@nongnu.org; Thu, 23 Jul 2015 10:01:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIH49-0004aj-VR for qemu-devel@nongnu.org; Thu, 23 Jul 2015 10:01:42 -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 B841135005E for ; Thu, 23 Jul 2015 14:01:40 +0000 (UTC) From: Markus Armbruster Date: Thu, 23 Jul 2015 16:01:31 +0200 Message-Id: <1437660098-4584-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 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, lersek@redhat.com, mst@redhat.com v2: * Trivially rebased. * [PATCH 1] Fix accidental change of error_set_win32() message [Eric] * [PATCH 6] Correct typoes, document error_free(NULL) is safe [Eric] * [PATCH 7] Report __func__, too [Eric, L=C3=A1szl=C3=B3] This more than doubles the text size increase: 35KiB (0.7%) instead of 14KiB (0.3%), but much of it should be cache-cold memory. 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 | 234 +++++++++++++++++++++++++++++++-------= ------ qga/vss-win32.c | 6 +- qga/vss-win32/requester.cpp | 8 +- qga/vss-win32/requester.h | 13 ++- util/error.c | 120 +++++++++++++---------- 5 files changed, 246 insertions(+), 135 deletions(-) --=20 1.9.3