This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-26 17:01:07 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
85daf1b3b2
genode
/
repos
/
base
/
board
/
pc
/
qemu_args
3 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tool/run: read board-specific qemu args from file Allow specifying additional qemu arguments for externally supported boards (e.g. zynq_qemu) by adding a `qemu_args` file in the board-property directory. The syntax of the qemu_args file is as follows: - Arguments can appear in a single line or in multiple lines as the lines will be appended (separated by a whitespace) to the global qemu_args variable. - If the line is prepended with a `foobar:` expression. The arguments are only added if the foobar spec is present. Note, that a `-m` argument specified in the qemu_args file will override the arguments provided by the run scripts. genodelabs/genode#4311
2021-08-18 14:17:03 +00:00
-machine q35
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-03 14:27:35 +00:00
-net nic,model=e1000,netdev=net0 -netdev user,id=net0
Reference in New Issue
Copy Permalink