]> www.infradead.org Git - users/dwmw2/qemu.git/commit
exec: Split softmmu_defs.h
authorRichard Henderson <rth@twiddle.net>
Tue, 27 Aug 2013 20:13:44 +0000 (13:13 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 2 Sep 2013 16:08:30 +0000 (09:08 -0700)
commite58eb534133f8ccaa957a33a06ccdb9129f2c842
tree884b4d81478eae4d0e3d3be75d9a376b07a9c4d8
parentb1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5
exec: Split softmmu_defs.h

The _cmmu helpers can be moved to exec-all.h.  The helpers that are
used from TCG will shortly need access to tcg_target_long so move
their declarations into tcg.h.

This requires minor include adjustments to all TCG backends.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
14 files changed:
include/exec/exec-all.h
include/exec/softmmu_defs.h [deleted file]
include/exec/softmmu_exec.h
tcg/aarch64/tcg-target.c
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg.h