From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNRxt-0005Yn-Sg for qemu-devel@nongnu.org; Fri, 20 May 2011 11:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNRxs-0001LG-M5 for qemu-devel@nongnu.org; Fri, 20 May 2011 11:50:13 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:49864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNRxs-0001GH-Gd for qemu-devel@nongnu.org; Fri, 20 May 2011 11:50:12 -0400 From: Peter Maydell Date: Fri, 20 May 2011 16:49:58 +0100 Message-Id: <1305906601-25324-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/3] net: reimplement -net nic diagnostic fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , patches@linaro.org This patchset reverts commit f68b9d672, which was triggering spuriously for NICs created via -device rather than -net nic. It then reimplements the improved diagnostics with a different approach which only applies to '-net nic'. (It's only -net nic devices that can be ignored (ie not instantiated); -device nic devices are always instantiated. Checking for -device user errors like "this device wasn't plugged into any bus" is a separate issue not addressed here.) Apologies for the regression. Peter Maydell (3): Revert "net: Improve the warnings for dubious command line option combinations" net: Don't warn about the default network setup net: Warn about "-net nic" options which were ignored hw/qdev.c | 1 + net.c | 42 +++++++++++++++++++----------------------- net.h | 3 ++- 3 files changed, 22 insertions(+), 24 deletions(-)