diff mbox series

[v3,08/48] *: Add missing includes of qemu/error-report.h

Message ID 20230531040330.8950-9-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show
Series tcg: Build once for system, once for user | expand

Commit Message

Richard Henderson May 31, 2023, 4:02 a.m. UTC
This had been pulled in from tcg/tcg.h, via exec/cpu_ldst.h,
via exec/exec-all.h, but the include of tcg.h will be removed.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 target/avr/helper.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé June 1, 2023, 11:12 a.m. UTC | #1
On 31/5/23 06:02, Richard Henderson wrote:
> This had been pulled in from tcg/tcg.h, via exec/cpu_ldst.h,
> via exec/exec-all.h, but the include of tcg.h will be removed.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   target/avr/helper.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/target/avr/helper.c b/target/avr/helper.c
> index 156dde4e92..2bad242a66 100644
> --- a/target/avr/helper.c
> +++ b/target/avr/helper.c
> @@ -20,6 +20,7 @@
>   
>   #include "qemu/osdep.h"
>   #include "qemu/log.h"
> +#include "qemu/error-report.h"
>   #include "cpu.h"
>   #include "hw/core/tcg-cpu-ops.h"
>   #include "exec/exec-all.h"

"*" -> "target/avr" in subject, otherwise:

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

diff --git a/target/avr/helper.c b/target/avr/helper.c
index 156dde4e92..2bad242a66 100644
--- a/target/avr/helper.c
+++ b/target/avr/helper.c
@@ -20,6 +20,7 @@ 
 
 #include "qemu/osdep.h"
 #include "qemu/log.h"
+#include "qemu/error-report.h"
 #include "cpu.h"
 #include "hw/core/tcg-cpu-ops.h"
 #include "exec/exec-all.h"