Robert Henry writes:
> There is now a qemu plugin interface function
> qemu_plugin_register_vcpu_mem_cb which registers a plugin-side
> callback. This callback is later invoked at the start of each emulated
> instruction, and it receives information about memory addresses and
> read/write indic
There is now a qemu plugin interface function qemu_plugin_register_vcpu_mem_cb
which registers a plugin-side callback. This callback is later invoked at the
start of each emulated instruction, and it receives information about memory
addresses and read/write indicators.
I'm wondering how hard i