Re: [PATCH v16 17/18] plugins: Allow to read registers

2023-11-02 Thread Akihiko Odaki
On 2023/11/02 20:26, Alex Bennée wrote: Akihiko Odaki writes: It is based on GDB protocol to ensure interface stability. The timing of the vcpu init hook is also changed so that the hook will get called after GDB features are initialized. I guess this was moved into an earlier patch. }

Re: [PATCH v16 17/18] plugins: Allow to read registers

2023-11-02 Thread Alex Bennée
Akihiko Odaki writes: > It is based on GDB protocol to ensure interface stability. > > The timing of the vcpu init hook is also changed so that the hook will > get called after GDB features are initialized. I guess this was moved into an earlier patch. > } > + > +int

[PATCH v16 17/18] plugins: Allow to read registers

2023-10-25 Thread Akihiko Odaki
It is based on GDB protocol to ensure interface stability. The timing of the vcpu init hook is also changed so that the hook will get called after GDB features are initialized. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1706 Signed-off-by: Akihiko Odaki ---