summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-06-11 10:12:16 +0100
committerMark McLoughlin <markmc@redhat.com>2009-06-11 10:24:45 +0100
commit5ce1ef2fdc46694a2ff1ffddf5ff9568a420c4ba (patch)
treeaa20e842e400af87128dfc8a5cc5adb580a15a07 /cpu-defs.h
parentMerge branch 'master' of git://git.sv.gnu.org/qemu (diff)
parentUse hxtool to generate monitor documentation and C structures (diff)
downloadqemu-kvm-5ce1ef2fdc46694a2ff1ffddf5ff9568a420c4ba.tar.gz
qemu-kvm-5ce1ef2fdc46694a2ff1ffddf5ff9568a420c4ba.tar.bz2
qemu-kvm-5ce1ef2fdc46694a2ff1ffddf5ff9568a420c4ba.zip
Merge branch 'master' of git://git.sv.gnu.org/qemu
* 'master' of git://git.sv.gnu.org/qemu: (11 commits) Use hxtool to generate monitor documentation and C structures Use correct type for SPARC cpu_cc_op Fix typo qdev: add monitor command to dump the tree. Record device property types Fix elf loader range checking Remove ARM NVIC initialization hack Add --enable-debug qdev: kill DeviceState->name fix gdbstub support for multiple threads in usermode, v3 CRIS: Remove duplicated flag defines. Conflicts: monitor.c Signed-off-by: Mark McLoughlin <markmc@redhat.com>
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 5f541e016..e17209a75 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -200,6 +200,7 @@ struct KVMCPUState {
\
CPUState *next_cpu; /* next CPU sharing TB cache */ \
int cpu_index; /* CPU index (informative) */ \
+ uint32_t host_tid; /* host thread ID */ \
int numa_node; /* NUMA node this cpu is belonging to */ \
int running; /* Nonzero if cpu is currently running(usermode). */ \
int thread_id; \