mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
2ecb09ba7e
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
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
-machine q35
|
|
-net nic,model=e1000,netdev=net0 -netdev user,id=net0
|