Re: Difficulties to access guest memory in TCG plugins

2021-06-25 Thread Kevin Mambu
> This really isn't what the plugin API is intended for -- it's meant > > for tracing and similar sorts of "track what the guest is doing" activities. > > If you want to model an MMIO device, you're better off just writing a device > > model like any of the others in QEMU, I think: the APIs for doi

Re: Difficulties to access guest memory in TCG plugins

2021-06-25 Thread Kevin Mambu
Thank you for you answer. > Out of interest what is your use-case for this? The project has very > > deliberately avoided adding such an API for writing memory for plugins > > to avoid people attempting to bypass the GPL by doing things in plugins. > In the scope of my Ph. D subject, I want to mo