Re: [PATCH] hw/core/cpu: Add missing 'exec/cpu-common.h' include

2020-10-01 Thread Eduardo Habkost
On Thu, Oct 01, 2020 at 07:44:57PM +0200, Philippe Mathieu-Daudé wrote: > ping? > > On 9/8/20 2:34 PM, Philippe Mathieu-Daudé wrote: > > cpu_common_reset() uses tcg_flush_softmmu_tlb() which is > > declared in "exec/cpu-common.h". Add the missing header > > to avoid when refactoring other headers:

Re: [PATCH] hw/core/cpu: Add missing 'exec/cpu-common.h' include

2020-10-01 Thread Philippe Mathieu-Daudé
ping? On 9/8/20 2:34 PM, Philippe Mathieu-Daudé wrote: > cpu_common_reset() uses tcg_flush_softmmu_tlb() which is > declared in "exec/cpu-common.h". Add the missing header > to avoid when refactoring other headers: > > hw/core/cpu.c: In function ‘cpu_common_reset’: > hw/core/cpu.c:273:9: erro

[PATCH] hw/core/cpu: Add missing 'exec/cpu-common.h' include

2020-09-08 Thread Philippe Mathieu-Daudé
cpu_common_reset() uses tcg_flush_softmmu_tlb() which is declared in "exec/cpu-common.h". Add the missing header to avoid when refactoring other headers: hw/core/cpu.c: In function ‘cpu_common_reset’: hw/core/cpu.c:273:9: error: implicit declaration of function ‘tcg_flush_softmmu_tlb’ [-Werro