From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MllXx-0006Fe-1g for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:26:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MllXr-0006CN-Cj for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:26:52 -0400 Received: from [199.232.76.173] (port=40174 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MllXr-0006C0-0r for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:26:47 -0400 Received: from mail16.svc.cra.dublin.eircom.net ([159.134.118.215]:41532) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MllXp-000078-V5 for qemu-devel@nongnu.org; Thu, 10 Sep 2009 11:26:46 -0400 From: Mark McLoughlin Date: Thu, 10 Sep 2009 16:18:42 +0100 Message-Id: <1252595941-15196-1-git-send-email-markmc@redhat.com> Subject: [Qemu-devel] [PATCH 00/19] Port -net to QemuOpts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Here's a fairly straightforward port of -net to QemuOpts. Chatting to Gerd, he favours: 1) Adding explicit support to QemuOpts for type specific parameters so that it can be used by the chardev code too 2) Adding a flags field which could be used to indicate that a parameter can be specified multiple times Both sound good, but IMHO would be fine after this -net series. Testing details: - I've just now rebased to Anthony's queue, and haven't completely re-done my testing. The conflicts were fairly trivial, though - Build tested all targets, also with mingw and with VDE enabled - Tried to excercise as many of the options as possible, including stuff like hostfwd - Tested monitor commands too - Runtime testing of basic net functionality Cheers, Mark.