diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2023-10-09 17:40:49 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-10-11 08:46:33 +0100 |
commit | fb13735ab418ef8a5f86a5fd6b056bdbafed0daa (patch) | |
tree | 56d11d9a65d90a287b7cb779da5fb2d652b3b77e /system/tpm-hmp-cmds.c | |
parent | 5d1ab242067cdff30a8fc875933b14e21bb53308 (diff) |
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>
Diffstat (limited to 'system/tpm-hmp-cmds.c')
0 files changed, 0 insertions, 0 deletions