]> git.proxmox.com Git - qemu.git/commit - qemu-timer.c
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)
commit29e922b61fb3d93836825ca9731bb2cadbb6ed72
treeb461e05df4e043c3015857ca95fbfdf704bab059
parent5c4532ee7894277d8d54db108e891c4204d15f1d
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