summaryrefslogtreecommitdiffstats
path: root/include/exec/softmmu_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* exec: Split softmmu_defs.hRichard Henderson2013-09-021-49/+0Star
| | | | | | | | | | | 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>
* tcg: Add mmu helpers that take a return address argumentRichard Henderson2013-08-261-17/+29
| | | | | | | | | | | Allow the code that tcg generates to be less obtuse, passing in the return address directly instead of computing it in the helper. Maintain the old entrance point unchanged as an alternate entry point. Delete the helper_st*_cmmu prototypes; the implementations did not exist. Signed-off-by: Richard Henderson <rth@twiddle.net>
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+37
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>