From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5d0L-0008Sq-Qd for qemu-devel@nongnu.org; Thu, 18 Jun 2015 12:49:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5d0G-0003Cn-Jo for qemu-devel@nongnu.org; Thu, 18 Jun 2015 12:49:29 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5d0G-0003Ce-Bx for qemu-devel@nongnu.org; Thu, 18 Jun 2015 12:49:24 -0400 Received: by wiga1 with SMTP id a1so177177815wig.0 for ; Thu, 18 Jun 2015 09:49:23 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5582F691.60202@redhat.com> Date: Thu, 18 Jun 2015 18:49:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1434525861-21768-1-git-send-email-mst@redhat.com> <87a8vxrn5k.fsf@blackfin.pond.sub.org> In-Reply-To: <87a8vxrn5k.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Markus Armbruster , "Michael S. Tsirkin" Cc: kwolf@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com 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!! Paolo