mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
m1n1.hv: Show ident for RESERVED page table mappings
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
49dad3b9ff
commit
2f68012d6c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class HV:
|
|||
need_write = any(m[3] for m in maps)
|
||||
|
||||
if mode == TraceMode.RESERVED:
|
||||
print(f"PT[{mzone.start:09x}:{mzone.stop:09x}] -> RESERVED")
|
||||
print(f"PT[{mzone.start:09x}:{mzone.stop:09x}] -> RESERVED {ident}")
|
||||
continue
|
||||
elif mode == TraceMode.HOOK:
|
||||
if need_read and not read:
|
||||
|
|
Loading…
Reference in a new issue