summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar2017-07-101-1/+1
* tcg: add the CONFIG_TCG into MakefilesYang Zhong2017-07-051-1/+1
* tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2017-07-042-0/+23
* monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini2017-07-041-0/+5
* tcg: make tcg_allowed globalYang Zhong2017-07-043-6/+3Star
* cpu: move interrupt handling out of translate-common.cPaolo Bonzini2017-07-044-65/+33Star
* tcg: move page_size_init() functionYang Zhong2017-07-042-21/+0Star
* vl: convert -tb-size to qemu_strtoulPaolo Bonzini2017-07-041-1/+1
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-0/+8
* vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-041-9/+9
* tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota2017-06-302-16/+14Star
* accel: introduce AccelClass.global_propsPeter Xu2017-06-281-0/+6
* exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-271-0/+10
* cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic2017-06-271-2/+4
* cputlb: move get_page_addr_codeKONRAD Frederic2017-06-271-35/+35
* cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic2017-06-271-9/+9
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-221-20/+26
* accel: move kvm related accelerator files into accel/Yang Zhong2017-06-156-0/+2810
* tcg: move tcg backend files into accel/tcg/Yang Zhong2017-06-155-1/+2317
* tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong2017-06-155-0/+1825
* accel: split the tcg accelerator from accel.c fileYang Zhong2017-06-154-0/+192