Re: [PATCH 02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header

2023-01-11 Thread Richard Henderson
On 1/10/23 08:43, Philippe Mathieu-Daudé wrote: default_reset_secondary() uses address_space_stl_notdirty(), itself declared in "exec/cpu-all.h". Include this header in order to avoid when refactoring headers: ../hw/arm/boot.c:281:5: error: implicit declaration of function 'address_space_stl

[PATCH 02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header

2023-01-10 Thread Philippe Mathieu-Daudé
default_reset_secondary() uses address_space_stl_notdirty(), itself declared in "exec/cpu-all.h". Include this header in order to avoid when refactoring headers: ../hw/arm/boot.c:281:5: error: implicit declaration of function 'address_space_stl_notdirty' is invalid in C99 [-Werror,-Wimplicit-f