mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
accel: Move HAX hThread to accelerator context
hThread variable is only used by the HAX accelerator, so move it to the accelerator specific context. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230624174121.11508-9-philmd@linaro.org>
This commit is contained in:
parent
f861b3f390
commit
642ce52d8e
5 changed files with 6 additions and 4 deletions
|
@ -338,7 +338,6 @@ struct CPUState {
|
|||
|
||||
struct QemuThread *thread;
|
||||
#ifdef _WIN32
|
||||
HANDLE hThread;
|
||||
QemuSemaphore sem;
|
||||
#endif
|
||||
int thread_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue