[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/16] exec/memory-internal: remove dependency on cpu.h
From: |
Pierrick Bouvier |
Subject: |
[PATCH 09/16] exec/memory-internal: remove dependency on cpu.h |
Date: |
Sun, 9 Mar 2025 21:58:35 -0700 |
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
include/exec/memory-internal.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/exec/memory-internal.h b/include/exec/memory-internal.h
index 100c1237ac2..b729f3b25ad 100644
--- a/include/exec/memory-internal.h
+++ b/include/exec/memory-internal.h
@@ -20,8 +20,6 @@
#ifndef MEMORY_INTERNAL_H
#define MEMORY_INTERNAL_H
-#include "cpu.h"
-
#ifndef CONFIG_USER_ONLY
static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv)
{
--
2.39.5
- [PATCH 00/16] make system memory API available for common code, Pierrick Bouvier, 2025/03/10
- [PATCH 01/16] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h, Pierrick Bouvier, 2025/03/10
- [PATCH 02/16] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h, Pierrick Bouvier, 2025/03/10
- [PATCH 03/16] include: move target_words_bigendian() from tswap to bswap, Pierrick Bouvier, 2025/03/10
- [PATCH 04/16] exec/memory.h: make devend_memop target agnostic, Pierrick Bouvier, 2025/03/10
- [PATCH 06/16] exec/cpu-all.h: we can now remove ld/st macros, Pierrick Bouvier, 2025/03/10
- [PATCH 05/16] qemu/bswap: implement {ld,st}.*_p as functions, Pierrick Bouvier, 2025/03/10
- [PATCH 07/16] codebase: prepare to remove cpu.h from exec/exec-all.h, Pierrick Bouvier, 2025/03/10
- [PATCH 09/16] exec/memory-internal: remove dependency on cpu.h,
Pierrick Bouvier <=
- [PATCH 10/16] exec/ram_addr: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/10
- [PATCH 12/16] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled, Pierrick Bouvier, 2025/03/10
- [PATCH 08/16] exec/exec-all: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/10
- [PATCH 11/16] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code, Pierrick Bouvier, 2025/03/10
- [PATCH 13/16] hw/xen: add stubs for various functions, Pierrick Bouvier, 2025/03/10
- [PATCH 15/16] system/memory: make compilation unit common, Pierrick Bouvier, 2025/03/10
- [PATCH 14/16] system/physmem: compilation unit is now common to all targets, Pierrick Bouvier, 2025/03/10
- [PATCH 16/16] system/ioport: make compilation unit common, Pierrick Bouvier, 2025/03/10
- Re: [PATCH 00/16] make system memory API available for common code, BALATON Zoltan, 2025/03/10