blob: 33ff2e094fea4582305fbcd40cb2648fd0ab10c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Allow TCG plugins to read memory
Additional information:
* `include/qemu/plugin.h`
* `include/qemu/qemu-plugin.h`
* `plugin/api.c`
PANDA implemented this already (not sure if this solution is acceptable for the mainline QEMU): https://github.com/qemu/qemu/commit/72c661a7f141ab41fbce5e95eb3593b69f40e246
|