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

2022-05-29 Thread Peter Maydell
On Sun, 29 May 2022 at 09:27, Akihiko Odaki wrote: > > hvf was missed when cpregs.h was split out. > > Signed-off-by: Akihiko Odaki Thanks; there's already a patch on the list for this: https://patchew.org/QEMU/20220525161926.34233-1-phi...@fungible.com/ -- PMM

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

2022-05-29 Thread Akihiko Odaki
hvf was missed when cpregs.h was split out. Signed-off-by: Akihiko Odaki --- 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