Skip to content
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

Possible bug fixing about CF_NOCACHE Flag Issue in TCG #2053

Open
saicao opened this issue Nov 16, 2024 · 2 comments
Open

Possible bug fixing about CF_NOCACHE Flag Issue in TCG #2053

saicao opened this issue Nov 16, 2024 · 2 comments

Comments

@saicao
Copy link

saicao commented Nov 16, 2024

Is it a bug when a translated block with the CF_NOCACHE flag neither regenerates the translated block nor gets removed by uc_ctl_remove_cache?
Here is my lazy fix for this issue.
2d87f9c

@saicao
Copy link
Author

saicao commented Nov 16, 2024

I encounter this bug by calling uc_ctl_remove_cache and mem_write during uc_hook_code callback.

@wtdcode
Copy link
Member

wtdcode commented Nov 16, 2024

The fix seems not correct as the branch here is taken from QEMU code. What's the exact issue or any reproduction script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants