mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
5c4532ee78
commit
29e922b61f
13 changed files with 197 additions and 185 deletions
1
exec.c
1
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue