[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 21/28] plugins: add missing export for qemu_plugin_num_vcpus
From: |
Alex Bennée |
Subject: |
[PULL 21/28] plugins: add missing export for qemu_plugin_num_vcpus |
Date: |
Mon, 25 Nov 2024 15:20:58 +0000 |
From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Fixes: 4a448b148ca ("plugins: add qemu_plugin_num_vcpus function")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20241112212622.3590693-2-pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241121165806.476008-36-alex.bennee@linaro.org>
diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h
index 622c9a0232..0fba36ae02 100644
--- a/include/qemu/qemu-plugin.h
+++ b/include/qemu/qemu-plugin.h
@@ -803,6 +803,7 @@ void qemu_plugin_register_atexit_cb(qemu_plugin_id_t id,
qemu_plugin_udata_cb_t cb, void *userdata);
/* returns how many vcpus were started at this point */
+QEMU_PLUGIN_API
int qemu_plugin_num_vcpus(void);
/**
--
2.39.5
- [PULL 13/28] tests/functional: don't try to wait for the empty string, (continued)
- [PULL 13/28] tests/functional: don't try to wait for the empty string, Alex Bennée, 2024/11/25
- [PULL 15/28] tests/functional: rewrite console handling to be bytewise, Alex Bennée, 2024/11/25
- [PULL 23/28] plugins: eradicate qemu-plugins.symbols static file, Alex Bennée, 2024/11/25
- [PULL 17/28] tests/functional: add a QMP backdoor for debugging stalled tests, Alex Bennée, 2024/11/25
- [PULL 18/28] tests/functional: avoid accessing log_filename on earlier failures, Alex Bennée, 2024/11/25
- [PULL 20/28] tests/functional: update the aarch64 tuxrun tests, Alex Bennée, 2024/11/25
- [PULL 25/28] docs: explicitly permit a "commonly known identity" with SoB, Alex Bennée, 2024/11/25
- [PULL 19/28] tests/functional: Convert the Avocado aarch64 tuxrun tests, Alex Bennée, 2024/11/25
- [PULL 22/28] plugins: detect qemu plugin API symbols from header, Alex Bennée, 2024/11/25
- [PULL 27/28] tests/functional: Convert Aspeed arm SDK tests, Alex Bennée, 2024/11/25
- [PULL 21/28] plugins: add missing export for qemu_plugin_num_vcpus,
Alex Bennée <=
- Re: [PULL for 9.2-rc2 00/28] testing, plugin and doc fixes, Peter Maydell, 2024/11/26