aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-05-30accel/tcg: Extract store_atom_insert_al16 to host headerRichard Henderson
2023-05-30accel/tcg: Extract load_atom_extract_al16_or_al8 to host headerRichard Henderson
2023-05-30accel/tcg: Fix check for page writeability in load_atomic16_or_exitRichard Henderson
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-05-23accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.incRichard Henderson
2023-05-23accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson
2023-05-23accel/tcg: Remove prot argument to atomic_mmu_lookupRichard Henderson
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson
2023-05-18accel/tcg: Fix append_mem_cbRichard Henderson
2023-05-18tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini
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