aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2023-05-18tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini
2023-05-18kvm: Enable dirty ring for arm64Gavin Shan
2023-05-18kvm: Add helper kvm_dirty_ring_init()Gavin Shan
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson
2023-05-16accel/tcg: Merge do_gen_mem_cb into callerRichard Henderson
2023-05-16accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callbackRichard Henderson
2023-05-16tcg: Widen helper_atomic_* addresses to uint64_tRichard Henderson
2023-05-16tcg: Widen helper_{ld,st}_i128 addresses to uint64_tRichard Henderson
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson
2023-05-16meson: Detect atomic128 support with optimizationRichard Henderson
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson
2023-05-16accel/tcg: Honor atomicity of storesRichard Henderson
2023-05-16accel/tcg: Honor atomicity of loadsRichard Henderson
2023-05-11accel/tcg: Reorg system mode store helpersRichard Henderson
2023-05-11accel/tcg: Reorg system mode load helpersRichard Henderson
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson
2023-05-11accel/tcg/tcg-accel-ops-rr: ensure fairness with icountJamie Iles
2023-05-11accel/tcg: Fix atomic_mmu_lookup for readsRichard Henderson
2023-05-08tb-maint: do not use mb_read/mb_setPaolo Bonzini
2023-05-05tcg: Widen helper_*_st[bw]_mmu val argumentsRichard Henderson
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson
2023-05-02tcg: Add tcg_gen_gvec_andcsNazar Kazakov
2023-05-02accel/tcg: Uncache the host address for instruction fetch when tlb size < 1Weiwei Li
2023-05-02accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'Peter Maydell
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-05-02make one-insn-per-tb an accel optionPeter Maydell
2023-04-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-04-04kvm: dirty-ring: Fix race with vcpu creationPeter Xu
2023-04-04accel/tcg: Fix jump cache set in cpu_exec_loopRichard Henderson
2023-04-04accel/tcg: Fix overwrite problems of tcg_cflagsWeiwei Li
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_page_range__lockedRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_collection_lockRichard Henderson
2023-03-28accel/tcg: Pass last not end to PAGE_FOR_EACH_TBRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-28tcg: use QTree instead of GTreeEmilio Cota
2023-03-23accel/xen: Fix DM state change notification in dm_restrict modeDavid Woodhouse
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson