]> git.proxmox.com Git - mirror_qemu.git/commit
translate-all: Move tcg_handle_interrupt() to -common
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Fri, 11 Sep 2015 05:39:33 +0000 (22:39 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Sep 2015 15:33:33 +0000 (17:33 +0200)
commit9b68a7754a892d8deb7696cfe609fe2ec3c6034a
tree3a56848e0cb7bd646a476d0766712f890aba3a98
parent5abf9495ca9ff41160260ac274115825c10545cc
translate-all: Move tcg_handle_interrupt() to -common

Move this function to common code. It has no arch specific
dependencies. Prepares support for multi-arch where the translate-all
interface needs to be virtualised. One less thing to virtualise.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-Id: <44a7c73604ed2552af47ed02b047b6a772b683e0.1441614289.git.crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target
translate-all.c
translate-common.c [new file with mode: 0644]