]> git.ipfire.org Git - thirdparty/qemu.git/commit
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 15:28:56 +0000 (15:28 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:08 +0000 (01:42 -0500)
commita0969d7a4656c550fed40537aa269cc18b859a9f
tree6630228e2c422ea1fda3700d63a1cf65b1109403
parent0c4b3c0198a4a299a34a060d0faf812d09502837
Remove unused CONFIG_TCG_PASS_AREG0 and dead code

Now that CONFIG_TCG_PASS_AREG0 is enabled for all targets,
remove dead code and support for !CONFIG_TCG_PASS_AREG0 case.

Remove dyngen-exec.h and all references to it. Although included by
hw/spapr_hcall.c, it does not seem to use it.

Remove unused HELPER_CFLAGS.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
31 files changed:
Makefile.target
configure
cpu-all.h
cputlb.c
dyngen-exec.h [deleted file]
exec-all.h
hw/spapr_hcall.c
softmmu_defs.h
softmmu_header.h
softmmu_template.h
target-m68k/op_helper.c
target-sparc/Makefile.objs
tcg/arm/tcg-target.c
tcg/arm/tcg-target.h
tcg/hppa/tcg-target.c
tcg/hppa/tcg-target.h
tcg/i386/tcg-target.c
tcg/i386/tcg-target.h
tcg/ia64/tcg-target.c
tcg/ia64/tcg-target.h
tcg/mips/tcg-target.c
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h
tcg/tci/tcg-target.c
tci.c
user-exec.c