Re: [RFC PATCH 21/24] plugins: Allow to read registers

2023-08-16 Thread Akihiko Odaki
On 2023/08/15 0:05, Alex Bennée wrote: Akihiko Odaki writes: It is based on GDB protocol to ensure interface stability. See comments bellow. The timing of the vcpu init hook is also changed so that the hook will get called after GDB features are initialized. This might be worth splittin

Re: [RFC PATCH 21/24] plugins: Allow to read registers

2023-08-14 Thread Alex Bennée
Akihiko Odaki writes: > It is based on GDB protocol to ensure interface stability. See comments bellow. > The timing of the vcpu init hook is also changed so that the hook will > get called after GDB features are initialized. This might be worth splitting to a separate patch for cleaner bise

[RFC PATCH 21/24] plugins: Allow to read registers

2023-07-31 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. Signed-off-by: Akihiko Odaki --- include/qemu/qemu-plugin.h | 65 ++-- cpu.c