mirror_qemu/plugins
Akihiko Odaki fb13735ab4 plugins: Check if vCPU is realized
The created member of CPUState tells if the vCPU thread is started, and
will be always false for the user space emulation that manages threads
independently. Use the realized member of DeviceState, which is valid
for both of the system and user space emulation.

Fixes: 54cb65d858 ("plugin: add core code")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20230912224107.29669-4-akihiko.odaki@daynix.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231009164104.369749-11-alex.bennee@linaro.org>
2023-10-11 08:46:33 +01:00
..
api.c plugin: Simplify struct qemu_plugin_hwaddr 2023-09-16 14:57:15 +00:00
core.c plugins: Check if vCPU is realized 2023-10-11 08:46:33 +01:00
loader.c plugins/loader: Clean up global variable shadowing 2023-10-06 13:27:48 +02:00
meson.build configure, meson: move --enable-plugins to meson 2023-09-07 13:32:37 +02:00
plugin.h Clean up header guards that don't match their file name 2022-05-11 16:49:06 +02:00
qemu-plugins.symbols plugins: add helper functions for coverage plugins 2022-02-09 12:08:42 +00:00