-
Notifications
You must be signed in to change notification settings - Fork 39
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
cpu.write_mem to MMIO devices is ignored #95
Comments
indeed, thanks for the proposition. i think it would be nice to expose this in some way. |
good, it would be better to upstream this to QEMU directly. |
hey @vringar, do you have any news regarding the patch? |
The patch set triggered by this request has been merged into a subtree. (Confirmed here) I couldn't figure out how to trace it from there to mainline but I believe it should be on it's way |
great, thanks for the update. |
As write_mem used the
cpu_memory_rw_debug
function it can not write to MMIO devices. The relevant upstream issueI needed this for my fuzzing, so I adapted the proposed patch and it works for me.
I'm unable to engage with the QEMU mailing list, but I'd happily upstream this to you, if you are interested in taking it.
The text was updated successfully, but these errors were encountered: