From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZLma-0003gx-9w for qemu-devel@nongnu.org; Wed, 22 Jun 2011 07:39:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZLmZ-0000Zz-Ci for qemu-devel@nongnu.org; Wed, 22 Jun 2011 07:39:44 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:35672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZLmZ-0000Zp-85 for qemu-devel@nongnu.org; Wed, 22 Jun 2011 07:39:43 -0400 Received: by pvg3 with SMTP id 3so462904pvg.4 for ; Wed, 22 Jun 2011 04:39:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1305906601-25324-1-git-send-email-peter.maydell@linaro.org> Date: Wed, 22 Jun 2011 12:39:42 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [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: Mark McLoughlin , Anthony Liguori , Markus Armbruster , patches@linaro.org Ping^2 ? On 5 June 2011 14:12, Peter Maydell wrote: > Combination 'ping' and 'oops I forgot to cc the net/ maintainers'... > > -- PMM > > On 20 May 2011 16:49, Peter Maydell wrote: >> 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): >> =C2=A0Revert "net: Improve the warnings for dubious command line option >> =C2=A0 =C2=A0combinations" >> =C2=A0net: Don't warn about the default network setup >> =C2=A0net: Warn about "-net nic" options which were ignored >> >> =C2=A0hw/qdev.c | =C2=A0 =C2=A01 + >> =C2=A0net.c =C2=A0 =C2=A0 | =C2=A0 42 +++++++++++++++++++---------------= -------- >> =C2=A0net.h =C2=A0 =C2=A0 | =C2=A0 =C2=A03 ++- >> =C2=A03 files changed, 22 insertions(+), 24 deletions(-)