summaryrefslogtreecommitdiff
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson2023-05-161-0/+1
* tcg: Add page_bits and page_mask to TCGContextRichard Henderson2023-05-161-0/+4
* tcg: Add addr_type to TCGContextRichard Henderson2023-05-161-0/+2
* accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson2023-05-161-6/+3
* accel/tcg: Merge do_gen_mem_cb into callerRichard Henderson2023-05-161-22/+17
* accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callbackRichard Henderson2023-05-161-24/+6
* tcg: Widen helper_atomic_* addresses to uint64_tRichard Henderson2023-05-162-30/+30
* tcg: Widen helper_{ld,st}_i128 addresses to uint64_tRichard Henderson2023-05-163-8/+6
* accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson2023-05-162-26/+26
* tcg: Widen gen_insn_data to uint64_tRichard Henderson2023-05-161-12/+16
* accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson2023-05-161-10/+0
* meson: Detect atomic128 support with optimizationRichard Henderson2023-05-161-4/+25
* tcg: Add 128-bit guest memory primitivesRichard Henderson2023-05-164-116/+562
* accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson2023-05-161-98/+253
* tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson2023-05-161-129/+61
* accel/tcg: Honor atomicity of storesRichard Henderson2023-05-163-66/+545
* accel/tcg: Honor atomicity of loadsRichard Henderson2023-05-163-51/+716
* accel/tcg: Reorg system mode store helpersRichard Henderson2023-05-111-208/+186
* accel/tcg: Reorg system mode load helpersRichard Henderson2023-05-111-209/+412
* accel/tcg: Introduce tlb_read_idxRichard Henderson2023-05-111-71/+33
* accel/tcg: Add cpu_in_serial_contextRichard Henderson2023-05-113-1/+13
* accel/tcg/tcg-accel-ops-rr: ensure fairness with icountJamie Iles2023-05-113-6/+55
* accel/tcg: Fix atomic_mmu_lookup for readsRichard Henderson2023-05-111-1/+1
* tb-maint: do not use mb_read/mb_setPaolo Bonzini2023-05-081-2/+2
* tcg: Widen helper_*_st[bw]_mmu val argumentsRichard Henderson2023-05-051-3/+3
* accel/tcg: Add cpu_ld*_code_mmuRichard Henderson2023-05-022-0/+106
* tcg: Add tcg_gen_gvec_andcsNazar Kazakov2023-05-022-0/+12
* accel/tcg: Uncache the host address for instruction fetch when tlb size < 1Weiwei Li2023-05-021-0/+5
* accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'Peter Maydell2023-05-021-0/+14
* accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-023-3/+7
* make one-insn-per-tb an accel optionPeter Maydell2023-05-021-0/+21
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-04-041-0/+9
|\
| * kvm: dirty-ring: Fix race with vcpu creationPeter Xu2023-04-041-0/+9
* | accel/tcg: Fix jump cache set in cpu_exec_loopRichard Henderson2023-04-041-4/+13
* | accel/tcg: Fix overwrite problems of tcg_cflagsWeiwei Li2023-04-041-1/+1
|/
* accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson2023-03-283-17/+18
* accel/tcg: Pass last not end to tb_invalidate_phys_page_range__lockedRichard Henderson2023-03-281-14/+12
* accel/tcg: Pass last not end to page_collection_lockRichard Henderson2023-03-281-11/+11
* accel/tcg: Pass last not end to PAGE_FOR_EACH_TBRichard Henderson2023-03-281-12/+16
* accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson2023-03-281-6/+5
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-9/+7
* tcg: use QTree instead of GTreeEmilio Cota2023-03-281-8/+9
* accel/xen: Fix DM state change notification in dm_restrict modeDavid Woodhouse2023-03-231-17/+10
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-221-0/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-1/+1
* tcg: Clear plugin_mem_cbs on TB exitRichard Henderson2023-03-222-4/+3
* tcg: Create tcg/tcg-temp-internal.hRichard Henderson2023-03-131-0/+1
* Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell2023-03-094-0/+11
|\
| * gdbstub: move update guest debug to accel opsMads Ynddal2023-03-071-0/+8
| * includes: move tb_flush into its own headerAlex Bennée2023-03-073-0/+3