Re: [PATCH v2 10/14] target/hexagon: Add missing 'hw/core/cpu.h' include

2022-02-24 Thread Richard Henderson
On 2/14/22 08:31, Philippe Mathieu-Daudé wrote: HexagonCPU field parent_class is of type CPUClass, which is declared in "hw/core/cpu.h". Signed-off-by: Philippe Mathieu-Daudé --- target/hexagon/cpu.h | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson r~

Re: [PATCH v2 10/14] target/hexagon: Add missing 'hw/core/cpu.h' include

2022-02-15 Thread Damien Hedde
On 2/14/22 19:31, Philippe Mathieu-Daudé via wrote: HexagonCPU field parent_class is of type CPUClass, which is declared in "hw/core/cpu.h". Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Damien Hedde --- target/hexagon/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tar

[PATCH v2 10/14] target/hexagon: Add missing 'hw/core/cpu.h' include

2022-02-14 Thread Philippe Mathieu-Daudé via
HexagonCPU field parent_class is of type CPUClass, which is declared in "hw/core/cpu.h". Signed-off-by: Philippe Mathieu-Daudé --- target/hexagon/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h index 096aa2deb6..76cd1d5021 100644 --- a/target