[RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h

Anton Johansson via posted 34 patches 10 months, 1 week ago
[RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
Posted by Anton Johansson via 10 months, 1 week ago
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
Re: [RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
Posted by Richard Henderson 10 months ago
On 1/20/24 00:39, Anton Johansson wrote:
> 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(-)

Queued, thanks.


r~
Re: [RFC PATCH 07/34] hw/core: [VADDR] Include vaddr.h from cpu.h
Posted by Richard Henderson 10 months, 1 week ago
On 1/20/24 00:39, Anton Johansson wrote:
> 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(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~