summaryrefslogtreecommitdiff
path: root/translate-all.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber1-1/+1
CPUArchState is no longer needed. Signed-off-by: Andreas Färber <afaerber@suse.de>
2012-12-16exec: move TB handling to translate-all.cBlue Swirl1-0/+34
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>