Re: qemu plugin exposure of register addresses

2020-04-03 Thread Alex Bennée
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

qemu plugin exposure of register addresses

2020-04-02 Thread Robert Henry
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