aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-18 21:06:28 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-01-26 11:30:48 +0000
commit7f31b2f56b69c9257d13f124485807d380c86e28 (patch)
tree1b7f0f6770b8248391f35ab721be06f40fb357e1
parent35d44e3f9302fc37b36819b193d35de2118597aa (diff)
downloadqemu-7f31b2f56b69c9257d13f124485807d380c86e28.zip
qemu-7f31b2f56b69c9257d13f124485807d380c86e28.tar.gz
qemu-7f31b2f56b69c9257d13f124485807d380c86e28.tar.bz2
target/arm/cpregs: Include missing 'kvm-consts.h' header
target/arm/cpregs.h uses the CP_REG_ARCH_* definitions from "target/arm/kvm-consts.h". Include it in order to avoid when refactoring unrelated headers: target/arm/cpregs.h:191:18: error: use of undeclared identifier 'CP_REG_ARCH_MASK' if ((kvmid & CP_REG_ARCH_MASK) == CP_REG_ARM64) { ^ Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20240118200643.29037-8-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--target/arm/cpregs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/cpregs.h b/target/arm/cpregs.h
index ca2d600..cc7c543 100644
--- a/target/arm/cpregs.h
+++ b/target/arm/cpregs.h
@@ -22,6 +22,7 @@
#define TARGET_ARM_CPREGS_H
#include "hw/registerfields.h"
+#include "target/arm/kvm-consts.h"
/*
* ARMCPRegInfo type field bits: