mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
include/exec: Split out icount.h
Split icount stuff from system/cpu-timers.h. There are 17 files which only require icount.h, 7 that only require cpu-timers.h, and 7 that require both. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
31030cf0ff
commit
161f5bc8e9
26 changed files with 92 additions and 75 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "qemu/timer.h"
|
||||
#include "qemu/lockable.h"
|
||||
#include "system/cpu-timers.h"
|
||||
#include "exec/icount.h"
|
||||
#include "system/replay.h"
|
||||
#include "system/cpus.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue