qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] net: reimplement -net nic diagnostic fix


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/3] net: reimplement -net nic diagnostic fix
Date: Wed, 22 Jun 2011 07:58:47 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

On 05/20/2011 10:49 AM, 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.

Applied all.  Thanks.

Regards,

Anthony Liguori


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(-)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]