Compile qemu-timer only once
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 29 Mar 2010 19:24:00 +0000 (19:24 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 29 Mar 2010 19:24:00 +0000 (19:24 +0000)
commitc3859f6fc009b9f122d472e0869c55c8678f6d9f
treeb461e05df4e043c3015857ca95fbfdf704bab059
parent3ebdbc7f3484dff5833a1d9bd830c90e7958ac19
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>
13 files changed:
Makefile.objs
Makefile.target
cpu-all.h
cpus.c
exec-all.h
exec.c
gen-icount.h
linux-user/main.c
qemu-common.h
qemu-timer.c
qemu-timer.h
softmmu_template.h
translate-all.c