From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxe0p-0003cu-Ij for qemu-devel@nongnu.org; Wed, 27 May 2015 12:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yxe0l-0007vu-6l for qemu-devel@nongnu.org; Wed, 27 May 2015 12:16:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxe0l-0007vc-1s for qemu-devel@nongnu.org; Wed, 27 May 2015 12:16:55 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 0F24DC6586 for ; Wed, 27 May 2015 16:16:54 +0000 (UTC) From: Stefan Hajnoczi Date: Wed, 27 May 2015 17:16:47 +0100 Message-Id: <1432743412-15943-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] net: error when -net type isn't compiled in List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Markus Armbruster , Stefan Hajnoczi This series cleans up net_client_init1() and reports an error when the -net type isn't compiled into the QEMU binary. It is based on my net branch with Markus' error cleanups: https://github.com/stefanha/qemu/tree/net Stefan Hajnoczi (5): net: add missing "netmap" to host_net_devices[] net: replace net_client_init1() netdev whitelist with blacklist net: raise an error if -net type is invalid net: drop if expression that is always true net: simplify net_client_init1() net/net.c | 91 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 37 insertions(+), 54 deletions(-) -- 2.4.1