qemu-timer: move more stuff out of qemu-timer.c

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2011-09-12 16:21:44 +02:00
parent 4260a73911
commit 2ff68d0738
4 changed files with 32 additions and 31 deletions

1
vl.c
View file

@ -2311,6 +2311,7 @@ int main(int argc, char **argv, char **envp)
runstate_init();
init_clocks();
rtc_clock = host_clock;
qemu_cache_utils_init(envp);