aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.h
AgeCommit message (Expand)Author
2021-01-02remove TCG includes from common codePaolo Bonzini
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson
2019-01-30tcg: Fix LGPL version numberThomas Huth
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong