On 2/24/26 9:12 PM, Philippe Mathieu-Daudé wrote:
kvm-accel-ops.c uses EXCP_DEBUG, itself defined in "exec/cpu-common.h". Include it explicitly, otherwise we get when modifying unrelated headers:../accel/kvm/kvm-accel-ops.c: In function ‘kvm_vcpu_thread_fn’: ../accel/kvm/kvm-accel-ops.c:54:22: error: ‘EXCP_DEBUG’ undeclared (first use in this function) 54 | if (r == EXCP_DEBUG) { | ^~~~~~~~~~ Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- accel/kvm/kvm-accel-ops.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Pierrick Bouvier <[email protected]>
