[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus
From: |
Alex Bennée |
Subject: |
[PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus |
Date: |
Thu, 21 Nov 2024 16:58:02 +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>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
include/qemu/qemu-plugin.h | 1 +
1 file changed, 1 insertion(+)
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
- [PATCH 32/39] tests/functional: update the s390x tuxrun tests, (continued)
- [PATCH 32/39] tests/functional: update the s390x tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 30/39] tests/functional: update the riscv32 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 31/39] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 19/39] tests/functional: Convert the Avocado aarch64 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB, Alex Bennée, 2024/11/21
- [PATCH 24/39] tests/functional: update the mips32 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus,
Alex Bennée <=
- [PATCH 21/39] tests/functional: update the aarch64 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 17/39] tests/functional: add a QMP backdoor for debugging stalled tests, Alex Bennée, 2024/11/21
- [PATCH 29/39] tests/functional: update the ppc64 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 33/39] tests/functional: update the sparc64 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures, Alex Bennée, 2024/11/21