From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF0k0-0005ER-E5 for qemu-devel@nongnu.org; Mon, 20 Jun 2016 11:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF0jx-0002d8-0n for qemu-devel@nongnu.org; Mon, 20 Jun 2016 11:03:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF0jw-0002d1-Or for qemu-devel@nongnu.org; Mon, 20 Jun 2016 11:03:52 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D943C6267E for ; Mon, 20 Jun 2016 15:03:51 +0000 (UTC) From: Markus Armbruster References: <1464683498-28779-1-git-send-email-armbru@redhat.com> <87shwhzcj1.fsf@dusky.pond.sub.org> <5851760a-cebf-46e3-381e-a348d2b4f262@redhat.com> Date: Mon, 20 Jun 2016 17:03:50 +0200 In-Reply-To: <5851760a-cebf-46e3-381e-a348d2b4f262@redhat.com> (Paolo Bonzini's message of "Mon, 13 Jun 2016 11:14:44 +0200") Message-ID: <87fus7ewbt.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] vl: Error messages need to go to stderr, fix some List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini writes: > On 13/06/2016 11:03, Markus Armbruster wrote: >> Paolo, will you pick this up, or do you want me to take it through my >> (currently empty) error-next branch? > > I can pick it up. Since other error-related patches have since accumulated, I posted a pull request for all of them. Thanks anyway!