]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/core: Include vaddr.h from cpu.h
authorAnton Johansson <anjo@rev.ng>
Fri, 19 Jan 2024 14:39:57 +0000 (15:39 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 28 Jan 2024 21:06:03 +0000 (07:06 +1000)
cpu-common.h is only needed for vaddr

Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20240119144024.14289-8-anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/hw/core/cpu.h

index 238c02c05ea5189fd3516ca3262cb264f03857aa..db58f122330f169f7ec21ed5bdeb133a9d599f7e 100644 (file)
@@ -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"