Peter Maydell <peter.mayd...@linaro.org> writes: > 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.
Looks good to me.