]> git.proxmox.com Git - 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)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Sep 2012 17:51:14 +0000 (17:51 +0000)
commit89c33337fd21930de671a6e34793e8b1ee257e2e
tree69835bd880d287003b4c53f1839b4937d7fa43cd
parent895c2d0435924532c92252fbbf5c4caec8540d34
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>
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