[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 04/15] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definit
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 04/15] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition |
Date: |
Wed, 9 Feb 2022 22:54:35 +0100 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
include/exec/cpu_ldst.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h
index a878fd0105..5c999966de 100644
--- a/include/exec/cpu_ldst.h
+++ b/include/exec/cpu_ldst.h
@@ -64,6 +64,7 @@
#include "exec/memopidx.h"
#include "qemu/int128.h"
+#include "cpu.h"
#if defined(CONFIG_USER_ONLY)
/* sparc32plus has 64bit long but 32bit space address
--
2.34.1
- [PATCH 00/15] target: Use ArchCPU & CPUArchState as abstract interface to target CPU, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 01/15] meson: Display libfdt as disabled when system emulation is disabled, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 02/15] hw/m68k/mcf: Add missing 'exec/hwaddr.h' header, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 03/15] hw/tricore: Remove unused and incorrect header, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 04/15] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition,
Philippe Mathieu-Daudé <=
- [PATCH 05/15] cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 06/15] target/i386/cpu: Ensure accelerators set CPU addressble physical bits, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 07/15] target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 08/15] target: Include missing 'cpu.h', Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 09/15] target: Use forward declared type instead of structure type, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 10/15] target: Use CPUArchState as interface to target-specific CPU state, Philippe Mathieu-Daudé, 2022/02/09
- [PATCH 11/15] target: Use ArchCPU as interface to target CPU, Philippe Mathieu-Daudé, 2022/02/09