]> www.infradead.org Git - users/dwmw2/qemu.git/commit
plugins: remove previous n_vcpus functions from API
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Tue, 27 Feb 2024 14:43:21 +0000 (14:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 28 Feb 2024 09:11:34 +0000 (09:11 +0000)
commit926e146eff8d7b89754e8b681f80e962d220f077
tree14648d323c3bbb6cfd6d31ba700a89b81f6f7009
parenteb37086fb0282a9a4f01ecbb618761d4853efc8c
plugins: remove previous n_vcpus functions from API

This information is already accessible using qemu_info_t during plugin
install.

We will introduce another function (qemu_plugin_num_vcpus) which
represent how many cpus were enabled, by tracking new cpu indexes.

It's a breaking change, so we bump API version.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240213094009.150349-2-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-16-alex.bennee@linaro.org>
contrib/plugins/cache.c
include/qemu/qemu-plugin.h
plugins/api.c
plugins/plugin.h
plugins/qemu-plugins.symbols