From 950f147249643635289003d7dd291915ad330b29 Mon Sep 17 00:00:00 2001 From: Glauber Costa Date: Tue, 9 Jun 2009 12:15:18 -0400 Subject: provide cpu_index to env mapping There are some people interested in, given a cpu number, pick its CPUState. KVM is an example, although not yet in tree. This patch provides a way of doing that. Signed-off-by: Glauber Costa Signed-off-by: Anthony Liguori --- cpu-all.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index 8f078c415b..48a9a2c113 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -743,6 +743,7 @@ int page_check_range(target_ulong start, target_ulong len, int flags); void cpu_exec_init_all(unsigned long tb_size); CPUState *cpu_copy(CPUState *env); +CPUState *qemu_get_cpu(int cpu); void cpu_dump_state(CPUState *env, FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...), -- cgit v1.2.3