[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 14/18] system/physmem: compilation unit is now common to all t
From: |
Pierrick Bouvier |
Subject: |
[PATCH v6 14/18] system/physmem: compilation unit is now common to all targets |
Date: |
Mon, 17 Mar 2025 11:34:13 -0700 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
system/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/meson.build b/system/meson.build
index eec07a94513..bd82ef132e7 100644
--- a/system/meson.build
+++ b/system/meson.build
@@ -3,7 +3,6 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
'ioport.c',
'globals-target.c',
'memory.c',
- 'physmem.c',
)])
system_ss.add(files(
@@ -16,6 +15,7 @@ system_ss.add(files(
'dma-helpers.c',
'globals.c',
'memory_mapping.c',
+ 'physmem.c',
'qdev-monitor.c',
'qtest.c',
'rtc.c',
--
2.39.5
- [PATCH v6 05/18] exec/memory.h: make devend_memop "target defines" agnostic, (continued)
- [PATCH v6 05/18] exec/memory.h: make devend_memop "target defines" agnostic, Pierrick Bouvier, 2025/03/17
- [PATCH v6 07/18] exec/exec-all: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/17
- [PATCH v6 15/18] include/exec/memory: extract devend_big_endian from devend_memop, Pierrick Bouvier, 2025/03/17
- [PATCH v6 11/18] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled, Pierrick Bouvier, 2025/03/17
- [PATCH v6 03/18] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h, Pierrick Bouvier, 2025/03/17
- [PATCH v6 09/18] exec/ram_addr: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/17
- [PATCH v6 18/18] system/ioport: make compilation unit common, Pierrick Bouvier, 2025/03/17
- [PATCH v6 06/18] codebase: prepare to remove cpu.h from exec/exec-all.h, Pierrick Bouvier, 2025/03/17
- [PATCH v6 16/18] include/exec/memory: move devend functions to memory-internal.h, Pierrick Bouvier, 2025/03/17
- [PATCH v6 08/18] exec/memory-internal: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/17
- [PATCH v6 14/18] system/physmem: compilation unit is now common to all targets,
Pierrick Bouvier <=
- [PATCH v6 17/18] system/memory: make compilation unit common, Pierrick Bouvier, 2025/03/17