aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson
2023-02-04accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_pageEric Auger
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich
2023-01-11kvm: Atomic memslot updatesDavid Hildenbrand
2023-01-11KVM: keep track of running ioctlsEmanuele Giuseppe Esposito
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-01-06meson: cleanup dummy-cpus.c rulesPaolo Bonzini
2023-01-05accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson
2023-01-05accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson
2023-01-05accel/tcg: Fix tb_invalidate_phys_page_unwindRichard Henderson
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson
2023-01-05accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson
2023-01-05accel/tcg/plugin: Don't search for the function pointer indexRichard Henderson
2023-01-04accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writexRichard Henderson
2022-12-20accel/tcg: Restrict page_collection structure to system TB maintainancePhilippe Mathieu-Daudé
2022-12-20accel/tcg: Factor tb_invalidate_phys_range_fast() outPhilippe Mathieu-Daudé
2022-12-20accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()Philippe Mathieu-Daudé
2022-12-20accel/tcg: Remove trace events from trace-root.hPhilippe Mathieu-Daudé
2022-12-20accel/tcg: Restrict cpu_io_recompile() to system emulationPhilippe Mathieu-Daudé
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson
2022-12-20accel/tcg: Use interval tree for user-only page trackingRichard Henderson
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson
2022-12-20accel/tcg: Drop PAGE_RESERVED for CONFIG_BSDRichard Henderson
2022-12-20accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZERichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-12-20accel/tcg: Rename page_flush_tbRichard Henderson