Re: [PATCH v3 21/27] plugins: add an API to read registers

2024-02-27 Thread Akihiko Odaki
On 2024/02/27 19:29, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/27 19:08, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/27 1:56, 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 get functi

Re: [PATCH v3 21/27] plugins: add an API to read registers

2024-02-27 Thread Alex Bennée
Akihiko Odaki writes: > On 2024/02/27 19:08, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> On 2024/02/27 1:56, 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 get function on vCPU initiali

Re: [PATCH v3 21/27] plugins: add an API to read registers

2024-02-27 Thread Akihiko Odaki
On 2024/02/27 19:08, Alex Bennée wrote: Akihiko Odaki writes: On 2024/02/27 1:56, 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 get function on vCPU initialisation or during the translation phase. We don'

Re: [PATCH v3 21/27] plugins: add an API to read registers

2024-02-27 Thread Alex Bennée
Akihiko Odaki writes: > On 2024/02/27 1:56, 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 get function on >> vCPU initialisation or during the translation phase. >> We don't expose the reg number to the

Re: [PATCH v3 21/27] plugins: add an API to read registers

2024-02-26 Thread Akihiko Odaki
On 2024/02/27 1:56, 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 get 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 v3 21/27] plugins: add an API to read registers

2024-02-26 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 get 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. For now this is just the