Skip to content

Commit 6d71e6a

Browse files
committed
[ot] scripts/opentitan: pyot: add MMU trace option.
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent 624b86a commit 6d71e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/qemu/ot/pyot/executer.py

Lines changed: 1 addition & 0 deletions
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)