m1n1.hv: Show ident for RESERVED page table mappings

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-06-17 02:32:46 +09:00
parent 49dad3b9ff
commit 2f68012d6c

View file

@ -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: