aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson2-99/+348
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson2-86/+114
2020-05-11accel/tcg: Adjust probe_access call to page_check_rangeRichard Henderson1-1/+1
2020-03-28tcg: Remove softmmu code_gen_buffer fixed addressRichard Henderson1-32/+5
2020-03-17tcg: Remove tcg-runtime-gvec.c DO_CMP0Richard Henderson1-4/+1
2020-03-17tcg: Tidy tcg-runtime-gvec.c DUP*Richard Henderson1-35/+15
2020-03-17tcg: Tidy tcg-runtime-gvec.c typesRichard Henderson1-140/+130
2020-03-17tcg: Remove CONFIG_VECTOR16Richard Henderson1-34/+1
2020-02-28accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée1-9/+26
2020-02-28accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée1-5/+6
2020-02-28accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée1-8/+0
2020-02-28accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée1-9/+10
2020-02-28accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée1-10/+11
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini1-3/+3
2020-02-25accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé1-1/+11
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-3/+3
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-6/+11
2020-01-24accel/tcg: Sanitize include pathPhilippe Mathieu-Daudé1-3/+3
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé2-3/+3
2020-01-24accel: Introduce the current_accel() wrapperPhilippe Mathieu-Daudé1-0/+5
2020-01-21cputlb: Hoist timestamp outside of loops over tlbsRichard Henderson1-6/+8
2020-01-21cputlb: Initialize tlbs as flushedRichard Henderson1-2/+3
2020-01-21cputlb: Partially merge tlb_dyn_init into tlb_initRichard Henderson1-17/+16
2020-01-21cputlb: Split out tlb_mmu_flush_lockedRichard Henderson1-5/+10
2020-01-21cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson1-9/+10
2020-01-21cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson1-18/+17
2020-01-21cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson1-7/+8
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson1-0/+5
2020-01-21cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_lockedRichard Henderson1-12/+7
2020-01-21cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MINRichard Henderson1-35/+132
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé5-5/+5
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson1-1/+106
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson1-0/+236
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson1-71/+23
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson1-0/+116
2020-01-15accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson1-0/+1
2020-01-15trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson1-43/+24
2020-01-07accel/kvm: Make "kernel_irqchip" default onXiaoyao Li1-6/+13
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell3-6/+6
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley3-6/+6
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini1-5/+54
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-4/+19
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-0/+43
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini1-3/+37
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini1-14/+38
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini1-2/+2
2019-12-17qom: add object_new_with_classPaolo Bonzini1-3/+1
2019-12-17accel: compile accel/accel.c just oncePaolo Bonzini1-1/+1
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini1-67/+2
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini1-0/+83