Message ID | 20240119144024.14289-8-anjo@rev.ng (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Compile accel/tcg once (partially) | expand |
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~
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~
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"
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(-)