summaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson1-1/+21
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2-7/+42
2017-09-06tcg: Add generic translation frameworkLluís Vilanova2-0/+139
2017-09-04cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell1-2/+30
2017-08-30kvm: remove hard dependency on pciCornelia Huck1-3/+3
2017-08-01accel: cleanup error outputLaurent Vivier1-10/+10
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-1/+1
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-1/+1
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2-4/+15
2017-07-14translate-all: remove redundant !tcg_enabled check in dump_exec_infoEmilio G. Cota1-5/+0
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2-0/+10
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar1-1/+1
2017-07-05tcg: add the CONFIG_TCG into MakefilesYang Zhong1-1/+1
2017-07-04tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2-0/+23
2017-07-04monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini1-0/+5
2017-07-04tcg: make tcg_allowed globalYang Zhong3-6/+3
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini4-65/+33
2017-07-04tcg: move page_size_init() functionYang Zhong2-21/+0
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini1-1/+1
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth1-0/+8
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real1-9/+9
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota2-16/+14
2017-06-28accel: introduce AccelClass.global_propsPeter Xu1-0/+6
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic1-0/+10
2017-06-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic1-2/+4
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic1-35/+35
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic1-9/+9
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell1-20/+26
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong6-0/+2810
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong5-1/+2317
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong5-0/+1825
2017-06-15accel: split the tcg accelerator from accel.c fileYang Zhong4-0/+192