summaryrefslogtreecommitdiffstats
path: root/include/exec/tb-context.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-0/+2
* translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2017-10-241-3/+1Star
* tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota2017-06-191-1/+2
* tcg: Make tb_flush() thread safeSergey Fedorov2016-09-271-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* tb hash: track translated blocks with qhtEmilio G. Cota2016-06-121-3/+4
* exec: extract exec/tb-context.hPaolo Bonzini2016-05-191-0/+44