From c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Thu, 3 May 2012 02:11:45 +0200 Subject: cpu: Move queued_work_{first,last} to CPUState Signed-off-by: Andreas Färber --- include/qemu/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/qemu/cpu.h b/include/qemu/cpu.h index bfeb2245ab..eea6175cb9 100644 --- a/include/qemu/cpu.h +++ b/include/qemu/cpu.h @@ -70,6 +70,7 @@ struct CPUState { HANDLE hThread; #endif struct QemuCond *halt_cond; + struct qemu_work_item *queued_work_first, *queued_work_last; bool thread_kicked; bool created; bool stop; -- cgit v1.2.3-55-g7522