[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 17/17] system/ioport: make compilation unit common
From: |
Pierrick Bouvier |
Subject: |
[PATCH v3 17/17] system/ioport: make compilation unit common |
Date: |
Tue, 11 Mar 2025 12:58:03 -0700 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
system/ioport.c | 1 -
system/meson.build | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/system/ioport.c b/system/ioport.c
index 55c2a752396..89daae9d602 100644
--- a/system/ioport.c
+++ b/system/ioport.c
@@ -26,7 +26,6 @@
*/
#include "qemu/osdep.h"
-#include "cpu.h"
#include "exec/ioport.h"
#include "exec/memory.h"
#include "exec/address-spaces.h"
diff --git a/system/meson.build b/system/meson.build
index 881cb2736fe..3faec7e4dfb 100644
--- a/system/meson.build
+++ b/system/meson.build
@@ -1,6 +1,5 @@
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
'arch_init.c',
- 'ioport.c',
)])
system_ss.add(files(
@@ -12,6 +11,7 @@ system_ss.add(files(
'dirtylimit.c',
'dma-helpers.c',
'globals.c',
+ 'ioport.c',
'memory_mapping.c',
'memory.c',
'physmem.c',
--
2.39.5
- [PATCH v3 05/17] exec/memory.h: make devend_memop "target defines" agnostic, (continued)
- [PATCH v3 05/17] exec/memory.h: make devend_memop "target defines" agnostic, Pierrick Bouvier, 2025/03/11
- [PATCH v3 07/17] exec/exec-all: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/11
- [PATCH v3 04/17] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h, Pierrick Bouvier, 2025/03/11
- [PATCH v3 08/17] exec/memory-internal: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/11
- [PATCH v3 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled, Pierrick Bouvier, 2025/03/11
- [PATCH v3 09/17] exec/ram_addr: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/11
- [PATCH v3 13/17] system/physmem: compilation unit is now common to all targets, Pierrick Bouvier, 2025/03/11
- [PATCH v3 15/17] include/exec/memory: move devend functions to memory-internal.h, Pierrick Bouvier, 2025/03/11
- [PATCH v3 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h, Pierrick Bouvier, 2025/03/11
- [PATCH v3 16/17] system/memory: make compilation unit common, Pierrick Bouvier, 2025/03/11
- [PATCH v3 17/17] system/ioport: make compilation unit common,
Pierrick Bouvier <=
- [PATCH v3 12/17] hw/xen: add stubs for various functions, Pierrick Bouvier, 2025/03/11
- [PATCH v3 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code, Pierrick Bouvier, 2025/03/11
- [PATCH v3 14/17] include/exec/memory: extract devend_big_endian from devend_memop, Pierrick Bouvier, 2025/03/11