summaryrefslogtreecommitdiffstats
path: root/include/exec/tb-context.h
Commit message (Expand)AuthorAgeFilesLines
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* tcg: remove tb_lockEmilio G. Cota2018-06-151-2/+0Star
* tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota2018-06-151-1/+0Star
* tcg: track TBs with per-region BST'sEmilio G. Cota2018-06-151-1/+0Star
* 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