Skip to content

Commit cf06f43

Browse files
committed
[docs,qemu] Update test parameters in QEMU docs
Add the new `bootstrap` parameter to the existing documentation, and also add a link to better explain the `traces` parameter. Signed-off-by: Alex Jones <[email protected]>
1 parent fa14a3f commit cf06f43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

third_party/qemu/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ The currently supported parameters are:
99

1010
* `icount` (`int`): scale for Ibex's reported execution speed (`1GHz >> icount`) (defaults to 6).
1111
* `globals` (`dict[str, str]`): global properties for the QEMU machine.
12-
* `traces` (`[str]`): globs of QEMU traces to enable for debugging purposes.
12+
* `traces` (`[str]`): globs of [QEMU traces](https://qemu-project.gitlab.io/qemu/devel/tracing.html) to enable for debugging purposes.
13+
QEMU accepts different trace event patterns with support for wildcard matching with an `"*"`.
1314
* `qemu_args` (`[str]`): additional command line flags to pass to QEMU.
15+
* `bootstrap` (`bool`): by setting to `True`, bootstrap test firmware instead of splicing a flash image.
16+
Mutually exclusive with specifying a custom test harness.
1417

1518
Example:
1619

0 commit comments

Comments
 (0)