On 2/12/24 23:39, Pierrick Bouvier wrote:
We now keep track of how many vcpus were started. This way, a plugin can
easily query number of any vcpus at any point of execution, which
unifies user and system mode workflows.
Signed-off-by: Pierrick Bouvier<[email protected]>
---
include/qemu/qemu-plugin.h | 3 +++
plugins/plugin.h | 4 ++++
plugins/api.c | 5 +++++
plugins/core.c | 6 ++++++
plugins/qemu-plugins.symbols | 1 +
5 files changed, 19 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~