+0
−11
+1
−1
+32
−0
accel/tcg/translate-common.c
deleted100644 → 0
+0
−53
+13
−0
Loading
translate-common.c will not be available anymore with --disable-tcg,
so we cannot leave cpu_interrupt_handler there.
Move the TCG-specific handler to accel/tcg/tcg-all.c, and adopt
KVM's handler as the default one, since it works just as well for
Xen and qtest.
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>