File tree 16 files changed +1
-15
lines changed
16 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 14
14
#include "qemu-common.h"
15
15
#include "cpu.h"
16
16
#include "tcg/tcg.h"
17
- #include "exec/cpu-common.h"
18
17
#include "exec/exec-all.h"
19
18
20
19
void tb_flush (CPUState * cpu )
Original file line number Diff line number Diff line change 26
26
27
27
#include "qemu/osdep.h"
28
28
#include "qemu/atomic.h"
29
- #include "exec/cpu-common.h"
30
29
#include "sysemu/kvm.h"
31
30
#include "sysemu/balloon.h"
32
31
#include "trace-root.h"
Original file line number Diff line number Diff line change 28
28
#include "hw/firmware/smbios.h"
29
29
#include "hw/loader.h"
30
30
#include "hw/boards.h"
31
- #include "exec/cpu-common.h"
32
31
#include "smbios_build.h"
33
32
34
33
/* legacy structures and constants for <= 2.0 machines */
Original file line number Diff line number Diff line change 6
6
#error Cannot include hw/hw.h from user emulation
7
7
#endif
8
8
9
- #include "exec/cpu-common.h"
10
9
#include "qom/object.h"
11
10
#include "exec/memory.h"
12
11
#include "migration/vmstate.h"
Original file line number Diff line number Diff line change 26
26
#define PPC4XX_H
27
27
28
28
#include "hw/ppc/ppc.h"
29
- #include "exec/cpu-common.h"
30
29
#include "exec/memory.h"
31
30
32
31
/* PowerPC 4xx core initialization */
Original file line number Diff line number Diff line change 14
14
#ifndef MIGRATION_MISC_H
15
15
#define MIGRATION_MISC_H
16
16
17
- #include "exec/cpu-common.h"
18
17
#include "qemu/notify.h"
19
18
#include "qapi/qapi-types-net.h"
20
19
Original file line number Diff line number Diff line change 9
9
#ifndef QEMU_KVM_INT_H
10
10
#define QEMU_KVM_INT_H
11
11
12
- #include "exec/cpu-common.h"
13
12
#include "exec/memory.h"
14
13
#include "sysemu/sysemu.h"
15
14
#include "sysemu/accel.h"
Original file line number Diff line number Diff line change 15
15
#define MEMORY_MAPPING_H
16
16
17
17
#include "qemu/queue.h"
18
- #include "exec/cpu-common.h"
19
18
#include "exec/cpu-defs.h"
20
19
#include "exec/memory.h"
21
20
Original file line number Diff line number Diff line change 16
16
17
17
#include "qapi/qapi-types-migration.h"
18
18
#include "qemu/thread.h"
19
- #include "exec/cpu-common.h"
20
19
#include "qemu/coroutine_int.h"
21
20
#include "hw/qdev.h"
22
21
#include "io/channel.h"
Original file line number Diff line number Diff line change 24
24
25
25
#include "qemu/osdep.h"
26
26
#include "qemu-file-channel.h"
27
- #include "exec/cpu-common.h"
28
27
#include "qemu-file.h"
29
28
#include "io/channel-socket.h"
30
29
#include "qemu/iov.h"
Original file line number Diff line number Diff line change 26
26
#define MIGRATION_QEMU_FILE_H
27
27
28
28
#include <zlib.h>
29
+ #include "exec/cpu-common.h"
29
30
30
31
/* Read a chunk of data from a file at the given position. The pos argument
31
32
* can be ignored if the file is only be used for streaming. The number of
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
#include "qemu/osdep.h"
14
- #include "exec/cpu-common.h"
15
14
#include "qemu-file.h"
16
15
#include "migration.h"
17
16
#include "migration/vmstate.h"
Original file line number Diff line number Diff line change 25
25
#include "qemu/notify.h"
26
26
#include "qemu/log.h"
27
27
#include "exec/log.h"
28
- #include "exec/cpu-common.h"
29
28
#include "qemu/error-report.h"
30
29
#include "qemu/qemu-print.h"
31
30
#include "sysemu/sysemu.h"
Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
#include "qemu/osdep.h"
27
- #include "exec/cpu-common.h"
28
27
#include "tcg-op.h"
29
28
30
29
#define CASE_OP_32_64 (x ) \
Original file line number Diff line number Diff line change 23
23
*/
24
24
25
25
#include "qemu/osdep.h"
26
- #include "exec/cpu-common.h"
27
26
#include "tcg/tcg.h"
28
27
29
28
#if defined(CONFIG_TCG_INTERPRETER )
Original file line number Diff line number Diff line change 42
42
#define NO_CPU_IO_DEFS
43
43
#include "cpu.h"
44
44
45
- #include "exec/cpu-common.h"
46
45
#include "exec/exec-all.h"
47
46
48
47
#if !defined(CONFIG_USER_ONLY )
You can’t perform that action at this time.
0 commit comments