genode/repos/base/board/pc/qemu_args
Johannes Schlatow 2ecb09ba7e tool/run: move nic model to qemu_args file
Always instantiating a network device with id `net0`, removes the need to call
append_qemu_nic_args in run scripts unless we want to add forwarding
rules.

genodelabs/genode#4311
2021-11-29 15:10:52 +01:00

3 lines
67 B
Plaintext

-machine q35
-net nic,model=e1000,netdev=net0 -netdev user,id=net0