Peter Maydell <peter.mayd...@linaro.org> writes: > Don't warn about the default network setup that you get if no command line > -net options are specified. There are two cases that we would otherwise > complain about: > > (1) board doesn't support a NIC but the implicit "-net nic" requested one
Maybe such board should declare no_nic, similar to no_parallel & friends. But that's out of this patch's scope. This complaint is only added in the next patch, isn't it? I don't mind. > (2) CONFIG_SLIRP not set, so the implicit "-net nic" sets up a nic that > isn't connected to anything This one's already there, I think.