We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26166f8 commit 732d122Copy full SHA for 732d122
system/ioport.c
@@ -26,7 +26,6 @@
26
*/
27
28
#include "qemu/osdep.h"
29
-#include "cpu.h"
30
#include "exec/ioport.h"
31
#include "exec/memory.h"
32
#include "exec/address-spaces.h"
system/meson.build
@@ -1,6 +1,5 @@
1
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
2
'arch_init.c',
3
- 'ioport.c',
4
)])
5
6
system_ss.add(files(
@@ -12,6 +11,7 @@ system_ss.add(files(
12
11
'dirtylimit.c',
13
'dma-helpers.c',
14
'globals.c',
+ 'ioport.c',
15
'memory_mapping.c',
16
'memory.c',
17
'physmem.c',
0 commit comments