-
Notifications
You must be signed in to change notification settings - Fork 38
Use of syx_snapshot_dirty_list_add_hostaddr
in cputlb.c
#105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
it's true. i remember doing tests with complex targets and getting snapshotting errors if not commenting this out. |
Ok, would be great to be able to reproduce this with your command line. |
@rmalmain : Did you get some errors I could reproduce? |
Ok, found a fix (I think):
|
I created a PR for this (and other features): |
I noticed that this access
type
check incputlb.c
has been commented out:qemu-libafl-bridge/accel/tcg/cputlb.c
Lines 1750 to 1753 in a86bd6b
I don't see why this check would not work?
Also, pages with flags like
TLB_MMIO
andTLB_DISCARD_WRITE
would not need to be considered for snapshot. Would it not make sense to check those as well?The text was updated successfully, but these errors were encountered: