File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
22
#include "sysemu/tcg.h"
23
23
#include "exec/exec-all.h"
24
24
#include "qemu/plugin.h"
25
- #include "internal.h"
25
+ #include "internal-target .h"
26
26
27
27
bool tcg_allowed ;
28
28
Original file line number Diff line number Diff line change 43
43
#include "tb-jmp-cache.h"
44
44
#include "tb-hash.h"
45
45
#include "tb-context.h"
46
- #include "internal.h"
46
+ #include "internal-target .h"
47
47
48
48
/* -icount align implementation. */
49
49
Original file line number Diff line number Diff line change 35
35
#include "exec/translate-all.h"
36
36
#include "trace.h"
37
37
#include "tb-hash.h"
38
- #include "internal.h"
38
+ #include "internal-target .h"
39
39
#ifdef CONFIG_PLUGIN
40
40
#include "qemu/plugin-memory.h"
41
41
#endif
Original file line number Diff line number Diff line change 1
1
/*
2
- * Internal execution defines for qemu
2
+ * Internal execution defines for qemu (target specific)
3
3
*
4
4
* Copyright (c) 2003 Fabrice Bellard
5
5
*
6
6
* SPDX-License-Identifier: LGPL-2.1-or-later
7
7
*/
8
8
9
- #ifndef ACCEL_TCG_INTERNAL_H
10
- #define ACCEL_TCG_INTERNAL_H
9
+ #ifndef ACCEL_TCG_INTERNAL_TARGET_H
10
+ #define ACCEL_TCG_INTERNAL_TARGET_H
11
11
12
12
#include "exec/exec-all.h"
13
13
#include "exec/translate-all.h"
Original file line number Diff line number Diff line change 16
16
#include "sysemu/cpu-timers.h"
17
17
#include "sysemu/tcg.h"
18
18
#include "tcg/tcg.h"
19
- #include "internal.h"
19
+ #include "internal-target .h"
20
20
21
21
22
22
static void dump_drift_info (GString * buf )
Original file line number Diff line number Diff line change 29
29
#include "tcg/tcg.h"
30
30
#include "tb-hash.h"
31
31
#include "tb-context.h"
32
- #include "internal.h"
32
+ #include "internal-target .h"
33
33
34
34
35
35
/* List iterators for lists of tagged pointers in TranslationBlock. */
Original file line number Diff line number Diff line change 38
38
#if !defined(CONFIG_USER_ONLY )
39
39
#include "hw/boards.h"
40
40
#endif
41
- #include "internal.h"
41
+ #include "internal-target .h"
42
42
43
43
struct TCGState {
44
44
AccelState parent_obj ;
Original file line number Diff line number Diff line change 62
62
#include "tb-jmp-cache.h"
63
63
#include "tb-hash.h"
64
64
#include "tb-context.h"
65
- #include "internal.h"
65
+ #include "internal-target .h"
66
66
#include "perf.h"
67
67
#include "tcg/insn-start-words.h"
68
68
Original file line number Diff line number Diff line change 14
14
#include "exec/translator.h"
15
15
#include "exec/plugin-gen.h"
16
16
#include "tcg/tcg-op-common.h"
17
- #include "internal.h"
17
+ #include "internal-target .h"
18
18
19
19
static void set_can_do_io (DisasContextBase * db , bool val )
20
20
{
Original file line number Diff line number Diff line change 29
29
#include "qemu/atomic128.h"
30
30
#include "trace/trace-root.h"
31
31
#include "tcg/tcg-ldst.h"
32
- #include "internal.h"
32
+ #include "internal-target .h"
33
33
34
34
__thread uintptr_t helper_retaddr ;
35
35
You can’t perform that action at this time.
0 commit comments