summaryrefslogtreecommitdiffstats
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAnthony Liguori2011-02-16 15:47:07 +0100
committerAnthony Liguori2011-02-16 15:47:07 +0100
commitc5d69e6bbf37bf5e3882060764b15e018e6a5321 (patch)
treee246e96bdfffbc5e07682c5a39ea7a65482a5935 /cpu-defs.h
parentHandle icount for powerpc tbl/tbu/decr load and store. (diff)
parentkvm: x86: Introduce kvmclock device to save/restore its state (diff)
downloadqemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.tar.gz
qemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.tar.xz
qemu-c5d69e6bbf37bf5e3882060764b15e018e6a5321.zip
Merge remote branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index 8d4bf86c53..db809ed465 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -205,6 +205,7 @@ typedef struct CPUWatchpoint {
uint32_t stopped; /* Artificially stopped */ \
struct QemuThread *thread; \
struct QemuCond *halt_cond; \
+ int thread_kicked; \
struct qemu_work_item *queued_work_first, *queued_work_last; \
const char *cpu_model_str; \
struct KVMState *kvm_state; \