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
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
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