Re: Difficulties to access guest memory in TCG plugins

2021-06-24 Thread Philippe Mathieu-Daudé
Cc'ing the maintainer: Alex. On 6/23/21 5:08 PM, Kevin Mambu wrote: > Hi, everyone, > I need to put in place a plugin which is able to modify memory for a > specific project, and until now I managed to do so using > cpu_memory_rw_debug(). > However, the function happens to fail at times, and when

Re: Qemu-4.2.0

2021-06-24 Thread Peter Maydell
On Wed, 23 Jun 2021 at 10:23, abhijeet inamdar wrote: > > Hi, > > I want to know how to get the difference for an machine(ex: Akita) from > qemu-2.10 to qemu-4.2.0. > > What all changes I should make for being compatible for it to be working in > qemu-4.2.0 !? For the minor machines (that is: n

Re: Difficulties to access guest memory in TCG plugins

2021-06-24 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Cc'ing the maintainer: Alex. > > On 6/23/21 5:08 PM, Kevin Mambu wrote: >> Hi, everyone, >> I need to put in place a plugin which is able to modify memory for a >> specific project, and until now I managed to do so using >> cpu_memory_rw_debug(). Out of interes