-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I noticed that this access type
check in cputlb.c
has been commented out:
qemu-libafl-bridge/accel/tcg/cputlb.c
Lines 1750 to 1753 in a86bd6b
// TODO: Does not work? | |
// if (type == MMU_DATA_STORE) { | |
syx_snapshot_dirty_list_add_hostaddr(l->page[0].haddr); | |
// } |
I don't see why this check would not work?
Also, pages with flags like TLB_MMIO
and TLB_DISCARD_WRITE
would not need to be considered for snapshot. Would it not make sense to check those as well?
Metadata
Metadata
Assignees
Labels
No labels