From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCDOq-0000o1-06 for qemu-devel@nongnu.org; Mon, 06 Jul 2015 16:54:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCDOl-0006PY-1C for qemu-devel@nongnu.org; Mon, 06 Jul 2015 16:53:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCDOk-0006Ov-ST for qemu-devel@nongnu.org; Mon, 06 Jul 2015 16:53:54 -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 B7A353679E6 for ; Mon, 6 Jul 2015 20:53:53 +0000 (UTC) Date: Mon, 6 Jul 2015 23:53:44 +0300 From: "Michael S. Tsirkin" Message-ID: <20150706235248-mutt-send-email-mst@redhat.com> References: <1435001200-20610-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435001200-20610-1-git-send-email-armbru@redhat.com> Subject: Re: [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: Markus Armbruster Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com On Mon, Jun 22, 2015 at 09:26:33PM +0200, Markus Armbruster wrote: > Applies on top of "[PULL 00/24] Monitor patches". I've no objection to this, though I'd still like to make it abort at the actuall error site too. That one will need a bit more work though. > 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