summaryrefslogtreecommitdiffstats
path: root/include/exec/translate-all.h
Commit message (Collapse)AuthorAgeFilesLines
* remove TCG includes from common codePaolo Bonzini2021-01-021-0/+39
Enable removing tcg/$tcg_arch from the include path when TCG is disabled. Move translate-all.h to include/exec, since stubs exist for the functions defined therein. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>