summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée2020-02-291-9/+26
* accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée2020-02-291-5/+6
* accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée2020-02-291-8/+0Star
* accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée2020-02-291-9/+10
* accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée2020-02-281-10/+11
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-251-3/+3
|\
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-3/+3
* | accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé2020-02-251-1/+11
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-273-6/+11
|\
| * accel/tcg: Sanitize include pathPhilippe Mathieu-Daudé2020-01-241-3/+3
| * accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé2020-01-242-3/+3
| * accel: Introduce the current_accel() wrapperPhilippe Mathieu-Daudé2020-01-241-0/+5
* | cputlb: Hoist timestamp outside of loops over tlbsRichard Henderson2020-01-221-6/+8
* | cputlb: Initialize tlbs as flushedRichard Henderson2020-01-221-2/+3
* | cputlb: Partially merge tlb_dyn_init into tlb_initRichard Henderson2020-01-221-17/+16Star
* | cputlb: Split out tlb_mmu_flush_lockedRichard Henderson2020-01-221-5/+10
* | cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson2020-01-221-9/+10
* | cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson2020-01-221-18/+17Star
* | cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson2020-01-221-7/+8
* | cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson2020-01-221-0/+5
* | cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_lockedRichard Henderson2020-01-221-12/+7Star
* | cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MINRichard Henderson2020-01-221-35/+132
|/
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-165-5/+5
* cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson2020-01-161-1/+106
* cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson2020-01-161-0/+236
* cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson2020-01-161-71/+23Star
* cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson2020-01-161-0/+116
* accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson2020-01-161-0/+1
* trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson2020-01-161-43/+24Star
* accel/kvm: Make "kernel_irqchip" default onXiaoyao Li2020-01-071-6/+13
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-203-6/+6
|\
| * qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-183-6/+6
* | kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini2019-12-171-5/+54
* | kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-4/+19
* | kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini2019-12-171-0/+43
* | tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini2019-12-171-3/+37
* | tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini2019-12-171-14/+38
* | accel: pass object to accel_init_machinePaolo Bonzini2019-12-171-2/+2
* | qom: add object_new_with_classPaolo Bonzini2019-12-171-3/+1Star
* | accel: compile accel/accel.c just oncePaolo Bonzini2019-12-171-1/+1
* | vl: merge -accel processing into configure_acceleratorsPaolo Bonzini2019-12-171-67/+2Star
* | tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini2019-12-171-0/+83
* | kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert2019-12-171-15/+29
|/
* kvm: Introduce KVM irqchip change notifierDavid Gibson2019-11-262-0/+30
* Remove unassigned_access CPU hookPeter Maydell2019-11-111-2/+0Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-3011-44/+1149
|\
| * accel/stubs: reduce headers from tcg-stubAlex Bennée2019-10-281-1/+0Star
| * translator: inject instrumentation from pluginsEmilio G. Cota2019-10-281-0/+20
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-3/+21
| * translate-all: notify plugin code of tb_flushEmilio G. Cota2019-10-281-0/+6