From f5c121b85832f69fde5ad8939274e04ad21c1bd6 Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Thu, 3 May 2012 01:22:49 +0200 Subject: cpu: Move halt_cond to CPUState Signed-off-by: Andreas Färber --- include/qemu/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/qemu/cpu.h') diff --git a/include/qemu/cpu.h b/include/qemu/cpu.h index 4e62032463..75e0f8dc68 100644 --- a/include/qemu/cpu.h +++ b/include/qemu/cpu.h @@ -69,6 +69,7 @@ struct CPUState { #ifdef _WIN32 HANDLE hThread; #endif + struct QemuCond *halt_cond; bool thread_kicked; bool created; bool stop; -- cgit v1.2.3-55-g7522