]> Git Repo - qemu.git/commit
exec: Split softmmu_defs.h
authorRichard Henderson <[email protected]>
Tue, 27 Aug 2013 20:13:44 +0000 (13:13 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
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
This page took 0.028633 seconds and 4 git commands to generate.