From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6zwT-000461-Va for qemu-devel@nongnu.org; Mon, 22 Jun 2015 07:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6zwO-0007pf-Mz for qemu-devel@nongnu.org; Mon, 22 Jun 2015 07:31:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6zwO-0007pZ-Hk for qemu-devel@nongnu.org; Mon, 22 Jun 2015 07:31:04 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 247A13582B9 for ; Mon, 22 Jun 2015 11:31:04 +0000 (UTC) From: Markus Armbruster References: <1434525861-21768-1-git-send-email-mst@redhat.com> <87a8vxrn5k.fsf@blackfin.pond.sub.org> <5582F691.60202@redhat.com> Date: Mon, 22 Jun 2015 13:31:01 +0200 In-Reply-To: <5582F691.60202@redhat.com> (Paolo Bonzini's message of "Thu, 18 Jun 2015 18:49:21 +0200") Message-ID: <877fqwq8sq.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 0/3] error: allow local errors to trigger abort List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com, "Michael S. Tsirkin" Paolo Bonzini writes: > On 18/06/2015 18:34, Markus Armbruster wrote: >> Here's an utterly trivial way to get some of the gain for none of the >> complexity: make error_setg() & friends store caller's __FILE__ and >> __LINE__. > > Yes, please!! I coded it up, will post as soon as its dependencies are in place.