Compile qemu-timer only once

Arrange various declarations so that also non-CPU code can access
them, adjust users.

Move CPU specific code to cpus.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl
2010-03-29 19:24:00 +00:00
parent 5c4532ee78
commit 29e922b61f
13 changed files with 197 additions and 185 deletions

View File

@@ -32,7 +32,7 @@
/* For tb_lock */
#include "exec-all.h"
#include "qemu-timer.h"
#include "envlist.h"
#define DEBUG_LOGFILE "/tmp/qemu.log"