qemu-e2k/accel
Paolo Bonzini 290dae4678 cpu: move interrupt handling out of translate-common.c
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>
2017-07-04 16:00:43 +02:00
..
kvm cpu: move interrupt handling out of translate-common.c 2017-07-04 16:00:43 +02:00
stubs
tcg cpu: move interrupt handling out of translate-common.c 2017-07-04 16:00:43 +02:00
Makefile.objs
accel.c accel: introduce AccelClass.global_props 2017-06-28 11:18:38 +02:00