Re: [PATCH 24/29] plugins: add an API to read registers

2023-11-06 Thread Akihiko Odaki
On 2023/11/06 20:40, Alex Bennée wrote: Akihiko Odaki writes: (re-adding qemu-devel which my mail client dropped a few messages ago, sorry) On 2023/11/06 19:46, Alex Bennée wrote: Akihiko Odaki writes: On 2023/11/06 18:30, Alex Bennée wrote: Akihiko Odaki writes: On 2023/11/04 4:59, A

Re: [PATCH 24/29] plugins: add an API to read registers

2023-11-06 Thread Alex Bennée
Akihiko Odaki writes: (re-adding qemu-devel which my mail client dropped a few messages ago, sorry) > On 2023/11/06 19:46, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> On 2023/11/06 18:30, Alex Bennée wrote: Akihiko Odaki writes: > On 2023/11/04 4:59, Alex Bennée wrote: >>

Re: [PATCH 24/29] plugins: add an API to read registers

2023-11-05 Thread Akihiko Odaki
On 2023/11/04 4:59, Alex Bennée wrote: We can only request a list of registers once the vCPU has been initialised so the user needs to use either call the find function on vCPU initialisation or during the translation phase. We don't expose the reg number to the plugin instead hiding it behind an

[PATCH 24/29] plugins: add an API to read registers

2023-11-03 Thread Alex Bennée
We can only request a list of registers once the vCPU has been initialised so the user needs to use either call the find function on vCPU initialisation or during the translation phase. We don't expose the reg number to the plugin instead hiding it behind an opaque handle. This allows for a bit of