On 3/3/26 5:07 AM, Florian Hofhammer wrote:
Some registers should be marked as read-only from a plugin API
perspective, as writing to them via qemu_plugin_write_register has no
effect. This includes the program counter, and we expose this fact to
the plugins with this patch.
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Florian Hofhammer <[email protected]>
---
include/plugins/qemu-plugin.h | 3 +++
plugins/api.c | 16 ++++++++++++++++
2 files changed, 19 insertions(+)
Reviewed-by: Pierrick Bouvier <[email protected]>