Re: [PATCH] Add api to read CPU registers in TCG plugins

2023-08-14 Thread Alex Bennée
Mikhail Tyutin writes: > From: Aleksandr Anenkov > > This commit: > - adds a plugin API to read the registers of the current CPU > - introduces qemu_plugin_reg_ctx structure for faster data gathering of > a set of registers without memory reallocation > - adds an example plugin showing how t

[PATCH] Add api to read CPU registers in TCG plugins

2023-08-03 Thread Mikhail Tyutin
From: Aleksandr Anenkov This commit: - adds a plugin API to read the registers of the current CPU - introduces qemu_plugin_reg_ctx structure for faster data gathering of a set of registers without memory reallocation - adds an example plugin showing how to work with this API - fixes for GDB tha