mirror of
https://github.com/qemu/qemu.git
synced 2024-12-15 07:23:52 +08:00
fb13735ab4
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:
|
||
---|---|---|
.. | ||
api.c | ||
core.c | ||
loader.c | ||
meson.build | ||
plugin.h | ||
qemu-plugins.symbols |