Re: [PATCH 05/10] qtest: Add missing 'hw/qdev-core.h' include

2022-02-05 Thread Richard Henderson
On 2/4/22 06:37, Philippe Mathieu-Daudé wrote: Add "hw/qdev-core.h" to avoid when refactoring include/: softmmu/qtest.c:404:9: error: use of undeclared identifier 'NamedGPIOList' NamedGPIOList *ngl; ^ Signed-off-by: Philippe Mathieu-Daudé --- softmmu/qtest.c | 1 + 1 fil

Re: [PATCH 05/10] qtest: Add missing 'hw/qdev-core.h' include

2022-02-04 Thread Thomas Huth
On 03/02/2022 20.37, Philippe Mathieu-Daudé wrote: Add "hw/qdev-core.h" to avoid when refactoring include/: softmmu/qtest.c:404:9: error: use of undeclared identifier 'NamedGPIOList' NamedGPIOList *ngl; ^ Signed-off-by: Philippe Mathieu-Daudé --- softmmu/qtest.c | 1 +

[PATCH 05/10] qtest: Add missing 'hw/qdev-core.h' include

2022-02-03 Thread Philippe Mathieu-Daudé via
Add "hw/qdev-core.h" to avoid when refactoring include/: softmmu/qtest.c:404:9: error: use of undeclared identifier 'NamedGPIOList' NamedGPIOList *ngl; ^ Signed-off-by: Philippe Mathieu-Daudé --- softmmu/qtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/softmmu/qtest