@samitouri / QOSamiQemu / commits / 259de598b3

include/user/guest-host: Include missing cpu.h

This file dereferences CPUState without including the required header. Reviewed-by: Helge Deller <deller@gmx.de> Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

Richard Henderson committed May 30, 2026 at 10:24 UTC 259de598b3565a1d0e97df65d9b07adef2add0a1
1 file changed +1
include/user/guest-host.h
+1
@@ -10,6 +10,7 @@
10
11 #include "exec/vaddr.h"
12 #include "user/guest-base.h"
13 +#include "hw/core/cpu.h"
14 #include "accel/tcg/cpu-ops.h"
15
16 /*