> -----Original Message-----
> From: Peter Maydell <peter.mayd...@linaro.org>
> Sent: Monday, November 29, 2021 2:05 PM
> To: qemu-...@nongnu.org; qemu-devel@nongnu.org
> Cc: Paolo Bonzini <pbonz...@redhat.com>; Sergio Lopez <s...@redhat.com>;
> Taylor Simpson <tsimp...@quicinc.com>; Yoshinori Sato
> <ys...@users.sourceforge.jp>; Marcel Apfelbaum
> <marcel.apfelb...@gmail.com>
> Subject: [PATCH for-7.0 2/4] target/hexagon/cpu.h: don't include qemu-
> common.h
> 
> The qemu-common.h header is not supposed to be included from any other
> header files, only from .c files (as documented in a comment at the start of
> it).
> 
> Move the include to linux-user/hexagon/cpu_loop.c, which needs it for the
> declaration of cpu_exec_step_atomic().
> 
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
>  target/hexagon/cpu.h          | 1 -
>  linux-user/hexagon/cpu_loop.c | 1 +
>  2 files changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>


Reply via email to