From 642ce52d8ea9e1f80aa6013ad55bb66e51f1c76e Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 29 Mar 2023 19:13:09 +0200 Subject: accel: Move HAX hThread to accelerator context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hThread variable is only used by the HAX accelerator, so move it to the accelerator specific context. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20230624174121.11508-9-philmd@linaro.org> --- include/hw/core/cpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/hw/core/cpu.h') diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h index 45e30911e7..476b39e42e 100644 --- a/include/hw/core/cpu.h +++ b/include/hw/core/cpu.h @@ -338,7 +338,6 @@ struct CPUState { struct QemuThread *thread; #ifdef _WIN32 - HANDLE hThread; QemuSemaphore sem; #endif int thread_id; -- cgit 1.4.1