From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MswSt-0007Yx-Jt for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:31:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MswSp-0007Xp-V6 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:31:19 -0400 Received: from [199.232.76.173] (port=59006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MswSp-0007Xj-IS for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:31:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32481) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MswSp-0007Bz-3L for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:31:15 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8UAVEPG015979 for ; Wed, 30 Sep 2009 06:31:14 -0400 Subject: Re: [Qemu-devel] [PATCH 0/3] Clean up error handling in net.c From: Mark McLoughlin In-Reply-To: References: Content-Type: text/plain Date: Wed, 30 Sep 2009 11:29:44 +0100 Message-Id: <1254306584.3105.22.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Mon, 2009-09-28 at 21:11 +0200, Markus Armbruster wrote: > Caveat: I'm not familiar with slirp, and I'm not sure 1/3 is the right > thing to do. > > Markus Armbruster (3): > Make net_client_init() consume slirp_configs even on error > Don't exit() in config_error() > Drop config_error(), use qemu_error() instead The series looks good to me Since it conflicts significantly with my conversion of -net to QemuOpts, I've pulled them into my tree (modulo the spurious USB change) and re-based: http://git.et.redhat.com/?p=qemu-net.git Hope you agree that makes sense Thanks, Mark.