]> git.ipfire.org Git - thirdparty/qemu.git/commit
cpus: add handle_interrupt to the CpusAccel interface
authorClaudio Fontana <cfontana@suse.de>
Tue, 11 Aug 2020 13:16:33 +0000 (15:16 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Oct 2020 14:41:22 +0000 (16:41 +0200)
commitbb4776be7733659bdbce4548e2c042107bad76f4
tree7e02c1ea2062cea1e312f85c93f9a1b60414319c
parent994aa172006a545e0e854ebbdb2edef6030f3ad3
cpus: add handle_interrupt to the CpusAccel interface

kvm: uses the generic handler
qtest: uses the generic handler
whpx: changed to use the generic handler (identical implementation)
hax: changed to use the generic handler (identical implementation)
hvf: changed to use the generic handler (identical implementation)
tcg: adapt tcg-cpus to point to the tcg-specific handler

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/tcg/tcg-all.c
accel/tcg/tcg-cpus.c
hw/core/cpu.c
include/hw/core/cpu.h
include/sysemu/cpus.h
softmmu/cpus.c
target/i386/hax-all.c
target/i386/hvf/hvf.c
target/i386/whpx-all.c