accel/tcg: Build tcg-accel-ops-rr.c once
All that is required is to use cpu-common.h instead of exec-all.h. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
29172ec536
commit
3b9aec101b
@ -21,7 +21,6 @@ specific_ss.add_all(when: 'CONFIG_TCG', if_true: tcg_specific_ss)
|
|||||||
specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: files(
|
specific_ss.add(when: ['CONFIG_SYSTEM_ONLY', 'CONFIG_TCG'], if_true: files(
|
||||||
'cputlb.c',
|
'cputlb.c',
|
||||||
'tcg-accel-ops-mttcg.c',
|
'tcg-accel-ops-mttcg.c',
|
||||||
'tcg-accel-ops-rr.c',
|
|
||||||
))
|
))
|
||||||
|
|
||||||
system_ss.add(when: ['CONFIG_TCG'], if_true: files(
|
system_ss.add(when: ['CONFIG_TCG'], if_true: files(
|
||||||
@ -29,5 +28,6 @@ system_ss.add(when: ['CONFIG_TCG'], if_true: files(
|
|||||||
'monitor.c',
|
'monitor.c',
|
||||||
'tcg-accel-ops.c',
|
'tcg-accel-ops.c',
|
||||||
'tcg-accel-ops-icount.c',
|
'tcg-accel-ops-icount.c',
|
||||||
|
'tcg-accel-ops-rr.c',
|
||||||
'watchpoint.c',
|
'watchpoint.c',
|
||||||
))
|
))
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include "qemu/main-loop.h"
|
#include "qemu/main-loop.h"
|
||||||
#include "qemu/notify.h"
|
#include "qemu/notify.h"
|
||||||
#include "qemu/guest-random.h"
|
#include "qemu/guest-random.h"
|
||||||
#include "exec/exec-all.h"
|
#include "exec/cpu-common.h"
|
||||||
#include "tcg/startup.h"
|
#include "tcg/startup.h"
|
||||||
#include "tcg-accel-ops.h"
|
#include "tcg-accel-ops.h"
|
||||||
#include "tcg-accel-ops-rr.h"
|
#include "tcg-accel-ops-rr.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user