aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)Author
2017-09-25accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée
2017-09-04cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic
2017-06-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong