]> git.ipfire.org Git - thirdparty/qemu.git/commit
cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 7 Feb 2022 14:28:56 +0000 (15:28 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 6 Mar 2022 12:15:42 +0000 (13:15 +0100)
commit3b04508cceda452a57b4ff1eee53466bdf763d6f
tree84e10728419cde0655d37b185bae9956bac63182
parentf1d4d9fc91ad0a50f50da26717ae783cab071728
cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers

cpu.c requires "exec/exec-all.h" to call tlb_flush() and
"qemu/accel.h" to call accel_cpu_realizefn().

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220214183144.27402-6-f4bug@amsat.org>
cpu.c