Skip to content

Commit 1e17ee0

Browse files
committed
[ot] scripts/opentitan: pyot: add MMU trace option.
Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 05be3d3 commit 1e17ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/qemu/ot/pyot/executer.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class QEMUExecuter:
6868
'E': 'exec',
6969
'G': 'guest_errors',
7070
'I': 'int',
71+
'M': 'mmu',
7172
'U': 'unimp',
7273
}
7374
"""Shortcut names for QEMU log sources."""

0 commit comments

Comments
 (0)