]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
user-exec: remove cpu_interrupt() stub
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Aug 2025 10:49:00 +0000 (12:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:00:55 +0000 (19:00 +0200)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/tcg/user-exec.c

index 748bfab04a70ce9aa778519dc7758313a7b63aad..66c25fba7dde6d52821c79de3f9267b0e66ee830 100644 (file)
@@ -46,11 +46,6 @@ __thread uintptr_t helper_retaddr;
 
 //#define DEBUG_SIGNAL
 
-void cpu_interrupt(CPUState *cpu, int mask)
-{
-    g_assert_not_reached();
-}
-
 /*
  * Adjust the pc to pass to cpu_restore_state; return the memop type.
  */