Florian Hauschild writes:
> This extension covers functions:
> * to read and write guest memory
> * to read and write guest registers
> * to flush tb cache
> * to control single stepping of qemu from plugin
Next time please split the functionality into separate patches to aid
review.
On Thu, 26 Aug 2021 at 15:12, Florian Hauschild
wrote:
> Form my observation all three insn_cb would see x0 == 2. They are
> executed at the end of a tb execution.
The documentation for the insn_exec_cb says the cb is called
every time an instruction is executed. That won't always be at
the end o
Am 24.08.21 um 16:47 schrieb Peter Maydell:
> On Tue, 24 Aug 2021 at 15:34, Florian Hauschild
> wrote:
>>
>>
>>
>> Am 21.08.21 um 15:18 schrieb Peter Maydell:
>>> On Sat, 21 Aug 2021 at 10:48, Florian Hauschild
>>> wrote:
This extension covers functions:
* to read and write gu
On Tue, 24 Aug 2021 at 15:34, Florian Hauschild
wrote:
>
>
>
> Am 21.08.21 um 15:18 schrieb Peter Maydell:
> > On Sat, 21 Aug 2021 at 10:48, Florian Hauschild
> > wrote:
> >>
> >> This extension covers functions:
> >> * to read and write guest memory
> >> * to read and write guest registers
>
Am 21.08.21 um 15:18 schrieb Peter Maydell:
> On Sat, 21 Aug 2021 at 10:48, Florian Hauschild
> wrote:
>>
>> This extension covers functions:
>> * to read and write guest memory
>> * to read and write guest registers
>> * to flush tb cache
>> * to control single stepping of qemu from pl
On Sat, 21 Aug 2021 at 10:48, Florian Hauschild
wrote:
>
> This extension covers functions:
> * to read and write guest memory
> * to read and write guest registers
> * to flush tb cache
> * to control single stepping of qemu from plugin
>
> These changes allow the user to
> * collect mo
This extension covers functions:
* to read and write guest memory
* to read and write guest registers
* to flush tb cache
* to control single stepping of qemu from plugin
These changes allow the user to
* collect more information about the behaviour of the system
* change the guest sta