[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 13/17] system/physmem: compilation unit is now common to all t
From: |
Pierrick Bouvier |
Subject: |
[PATCH v5 13/17] system/physmem: compilation unit is now common to all targets |
Date: |
Fri, 14 Mar 2025 10:31:35 -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 v5 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h, (continued)
- [PATCH v5 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian(), Pierrick Bouvier, 2025/03/14
- [PATCH v5 04/17] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros, Pierrick Bouvier, 2025/03/14
- [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic, Pierrick Bouvier, 2025/03/14
- [PATCH v5 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 07/17] exec/exec-all: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 08/17] exec/memory-internal: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 13/17] system/physmem: compilation unit is now common to all targets,
Pierrick Bouvier <=
- [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled, Pierrick Bouvier, 2025/03/14
[PATCH v5 14/17] include/exec/memory: extract devend_big_endian from devend_memop, Pierrick Bouvier, 2025/03/14
[PATCH v5 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code, Pierrick Bouvier, 2025/03/14
[PATCH v5 09/17] exec/ram_addr: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/14
[PATCH v5 12/17] hw/xen: add stubs for various functions, Pierrick Bouvier, 2025/03/14