commit | 29e922b61fb3d93836825ca9731bb2cadbb6ed72 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Mar 29 19:24:00 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Mon Mar 29 19:24:00 2010 +0000 |
tree | b461e05df4e043c3015857ca95fbfdf704bab059 | |
parent | 5c4532ee7894277d8d54db108e891c4204d15f1d [diff] [blame] |
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>
diff --git a/exec.c b/exec.c index 0916208..8274ec2 100644 --- a/exec.c +++ b/exec.c
@@ -38,6 +38,7 @@ #include "hw/hw.h" #include "osdep.h" #include "kvm.h" +#include "qemu-timer.h" #if defined(CONFIG_USER_ONLY) #include <qemu.h> #include <signal.h>