GNU bug report logs -
#29409
GuixSD ARM port.
Previous Next
Full log
Message #207 received at 29409 <at> debbugs.gnu.org (full text, mbox):
Hi Ludo,
> IIUC the “user” part means that it does more than just update to the new
> syntax: it also enable user-level networking support (built-in DHCP
> server, etc.). Is this correct?
>
> If so, can we leave out “user”?
Well it seems that you're right, "-net nic" is not functionnaly
equivalent to "-net user" (=== "-netdev user").
However, "-net nic" does not seem to be supported with -M virt on
qemu-system-arm :
--8<---------------cut here---------------start------------->8---
qemu-system-arm -M virt -net nic
Warning: requested NIC (anonymous, model unspecified) was not created
(not supported by this machine?)
--8<---------------cut here---------------end--------------->8---
trying to get a list of available devices (as explained in man page),
gives :
--8<---------------cut here---------------start------------->8---
qemu-system-arm -M virt -net nic,model=help
Warning: requested NIC (anonymous, model help) was not created (not
supported by this machine?)
--8<---------------cut here---------------end--------------->8---
So it seems that on ARM we will have to use "-netdev user", would it be a
problem to use it too on intel systems ?
Thanks,
Mathieu
This bug report was last modified 7 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.