qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/7] Move cpu_exec_init_all() declaration to qemu-co


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 3/7] Move cpu_exec_init_all() declaration to qemu-common.h
Date: Sun, 28 Mar 2010 00:10:36 +0200

Let cpu_exec_init_all() be called from non-CPU code.

Signed-off-by: Blue Swirl <address@hidden>
---
 cpu-all.h     |    1 -
 qemu-common.h |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cpu-all.h b/cpu-all.h
index f281a91..9942d49 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -756,7 +756,6 @@ void page_set_flags(target_ulong start,
target_ulong end, int flags);
 int page_check_range(target_ulong start, target_ulong len, int flags);
 #endif

-void cpu_exec_init_all(unsigned long tb_size);
 CPUState *cpu_copy(CPUState *env);
 CPUState *qemu_get_cpu(int cpu);

diff --git a/qemu-common.h b/qemu-common.h
index 087c034..d881a39 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -231,6 +231,8 @@ typedef struct SSIBus SSIBus;

 typedef uint64_t pcibus_t;

+void cpu_exec_init_all(unsigned long tb_size);
+
 /* CPU save/load.  */
 void cpu_save(QEMUFile *f, void *opaque);
 int cpu_load(QEMUFile *f, void *opaque, int version_id);
-- 
1.6.2.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]