Re: [PATCH 01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header

2023-09-09 Thread Richard Henderson
On 9/4/23 05:43, Philippe Mathieu-Daudé wrote: Since commit 6f529b7534 ("target/i386: move FERR handling to target/i386") pc_q35_init() calls tcg_enabled() which is declared in "sysemu/tcg.h". Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc_q35.c | 1 + 1 file changed, 1 insertion(+) R

[PATCH 01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header

2023-09-04 Thread Philippe Mathieu-Daudé
Since commit 6f529b7534 ("target/i386: move FERR handling to target/i386") pc_q35_init() calls tcg_enabled() which is declared in "sysemu/tcg.h". Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc_q35.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c ind