[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
|
From: |
Anton Johansson |
|
Subject: |
[RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h |
|
Date: |
Fri, 19 Jan 2024 15:39:57 +0100 |
cpu-common.h is only needed for vaddr
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
include/hw/core/cpu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
index f25d53ee90..57d100c203 100644
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -22,8 +22,8 @@
#include "hw/qdev-core.h"
#include "disas/dis-asm.h"
-#include "exec/cpu-common.h"
#include "exec/hwaddr.h"
+#include "exec/vaddr.h"
#include "exec/memattrs.h"
#include "exec/tlb-common.h"
#include "qapi/qapi-types-run-state.h"
--
2.43.0
- [RFC PATCH 00/34] Compile accel/tcg once (partially), Anton Johansson, 2024/01/19
- [RFC PATCH 05/34] target/tricore: [VADDR] Use target_ulong for EA, Anton Johansson, 2024/01/19
- [RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h,
Anton Johansson <=
- [RFC PATCH 04/34] exec: [PAGE_VARY] Unpoison TARGET_PAGE_* macros for system mode, Anton Johansson, 2024/01/19
- [RFC PATCH 09/34] exec: [VADDR] Use vaddr in DisasContextBase for virtual addresses, Anton Johansson, 2024/01/19
- [RFC PATCH 02/34] target: [PAGE_VARY] Move TARGET_PAGE_BITS_MIN to TargetPageBits, Anton Johansson, 2024/01/19
- [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file, Anton Johansson, 2024/01/19