summaryrefslogtreecommitdiff
path: root/include/exec/tb-context.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-0/+2
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota1-3/+1
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota1-1/+2
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota1-3/+4
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini1-0/+44