All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hvf: arm: Include target/arm/cpregs.h
@ 2022-05-29  8:27 Akihiko Odaki
  2022-05-29 10:52 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Akihiko Odaki @ 2022-05-29  8:27 UTC (permalink / raw)
  Cc: Alexander Graf, Peter Maydell, qemu-arm, qemu-devel, Akihiko Odaki

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)



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hvf: arm: Include target/arm/cpregs.h
  2022-05-29  8:27 [PATCH] hvf: arm: Include target/arm/cpregs.h Akihiko Odaki
@ 2022-05-29 10:52 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2022-05-29 10:52 UTC (permalink / raw)
  To: Akihiko Odaki; +Cc: Alexander Graf, qemu-arm, qemu-devel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-29 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29  8:27 [PATCH] hvf: arm: Include target/arm/cpregs.h Akihiko Odaki
2022-05-29 10:52 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.