diff options
| author | Peter Crosthwaite | 2015-09-11 07:39:33 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2015-09-16 17:33:33 +0200 |
| commit | 9b68a7754a892d8deb7696cfe609fe2ec3c6034a (patch) | |
| tree | 3a56848e0cb7bd646a476d0766712f890aba3a98 /Makefile.target | |
| parent | cpu-exec: Migrate some generic fns to cpu-exec-common (diff) | |
| download | qemu-9b68a7754a892d8deb7696cfe609fe2ec3c6034a.tar.gz qemu-9b68a7754a892d8deb7696cfe609fe2ec3c6034a.tar.xz qemu-9b68a7754a892d8deb7696cfe609fe2ec3c6034a.zip | |
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>
Diffstat (limited to 'Makefile.target')
| -rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 0d8c504e23..43b3eb1682 100644 --- a/Makefile.target +++ b/Makefile.target @@ -85,6 +85,7 @@ all: $(PROGS) stap ######################################################### # cpu emulator library obj-y = exec.o translate-all.o cpu-exec.o +obj-y += translate-common.o obj-y += cpu-exec-common.o obj-y += tcg/tcg.o tcg/tcg-op.o tcg/optimize.o obj-$(CONFIG_TCG_INTERPRETER) += tci.o |
