[PATCH] hvf: arm: Include target/arm/cpregs.h

Akihiko Odaki posted 1 patch 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220529082709.89190-1-akihiko.odaki@gmail.com
Maintainers: Alexander Graf <agraf@csgraf.de>, Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] hvf: arm: Include target/arm/cpregs.h
Posted by Akihiko Odaki 1 year, 11 months ago
hvf was missed when cpregs.h was split out.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
---
 target/arm/hvf/hvf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c
index 86710509d20..e595da31b9e 100644
--- a/target/arm/hvf/hvf.c
+++ b/target/arm/hvf/hvf.c
@@ -25,6 +25,7 @@
 #include "qemu/main-loop.h"
 #include "sysemu/cpus.h"
 #include "arm-powerctl.h"
+#include "target/arm/cpregs.h"
 #include "target/arm/cpu.h"
 #include "target/arm/internals.h"
 #include "trace/trace-target_arm_hvf.h"
-- 
2.32.0 (Apple Git-132)
Re: [PATCH] hvf: arm: Include target/arm/cpregs.h
Posted by Peter Maydell 1 year, 11 months ago
On Sun, 29 May 2022 at 09:27, Akihiko Odaki <akihiko.odaki@gmail.com> wrote:
>
> hvf was missed when cpregs.h was split out.
>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>

Thanks; there's already a patch on the list for this:
https://patchew.org/QEMU/20220525161926.34233-1-philmd@fungible.com/

-- PMM