summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-103-21/+21
* translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota2017-10-101-6/+22
* translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota2017-10-101-3/+9
* exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2017-10-101-2/+1Star
* translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota2017-10-101-7/+13
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-102-4/+3Star
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-102-47/+24Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-102-11/+11
* cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota2017-10-101-5/+5
* translate-all: make have_tb_lock staticEmilio G. Cota2017-10-101-1/+1
* tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota2017-10-101-2/+2
* cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2017-10-102-4/+15
* 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