]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: Include 'cpu.h' before validating CPUArchState placement
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 5 Dec 2023 22:24:03 +0000 (23:24 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:28:11 +0000 (15:28 +0200)
commit8501048b501aec0d2d422aafd713348c235d8b83
treeab6b0bd554bd32e04dc3d9e442c22dfedeb5f410
parent51579d40f9c719361ec9355bb48386e5d3ce85c1
exec: Include 'cpu.h' before validating CPUArchState placement

CPUArchState 'env' field is defined within the ArchCPU structure,
so we need to include each target "cpu.h" header which defines it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20231211212003.21686-2-philmd@linaro.org>
include/exec/cpu-all.h