summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()Greg Kurz2017-10-021-21/+22
* kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-022-5/+7
* accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée2017-09-251-2/+2
* kvm: drop wrong assertion creating problems with pflashDavid Hildenbrand2017-09-211-1/+0Star
* accel/hax: move hax-stub.c to accel/stubs/Philippe Mathieu-Daudé2017-09-192-0/+35
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+3Star
* kvm: kvm_log_sync() is only called with known memory sectionsDavid Hildenbrand2017-09-191-49/+12Star
* kvm: kvm_log_start/stop are only called with known sectionsDavid Hildenbrand2017-09-191-6/+12
* kvm: we never have overlapping slots in kvm_set_phys_mem()David Hildenbrand2017-09-191-57/+11Star
* kvm: use start + size for memory rangesDavid Hildenbrand2017-09-191-4/+3Star
* kvm: factor out alignment of memory sectionDavid Hildenbrand2017-09-191-20/+39
* kvm: require JOIN_MEMORY_REGIONS_WORKSDavid Hildenbrand2017-09-191-41/+1Star
* accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2017-09-172-54/+52Star
* accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé2017-09-171-0/+215
* accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé2017-09-173-0/+371
* accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé2017-09-173-0/+612
* accel/tcg: move softmmu_template.h to accel/tcg/Thomas Huth2017-09-171-0/+433
* tcg: Infrastructure for managing constant poolsRichard Henderson2017-09-071-1/+21
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-072-7/+42
* tcg: Add generic translation frameworkLluís Vilanova2017-09-062-0/+139
* cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell2017-09-041-2/+30
* kvm: remove hard dependency on pciCornelia Huck2017-08-301-3/+3
* accel: cleanup error outputLaurent Vivier2017-08-011-10/+10
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-1/+1
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-1/+1
* exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-172-4/+15
* translate-all: remove redundant !tcg_enabled check in dump_exec_infoEmilio G. Cota2017-07-141-5/+0Star
* ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-112-0/+10
* 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