mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-19 17:26:46 +00:00
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
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
-m 2048
|
|
-global virtio-mmio.force-legacy=false
|
|
-device virtio-net-device,bus=virtio-mmio-bus.0,netdev=net0
|
|
-device virtio-mouse-device
|
|
-device virtio-keyboard-device
|
|
-netdev user,id=net0
|
|
arm_v8a: -M virt,virtualization=true,gic-version=3 -cpu cortex-a53 -smp 4
|
|
arm_v7a: -M virt,virtualization=true -cpu cortex-a15 -smp 2
|