aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé1-1/+12
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé4-4/+4
2023-02-27accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé1-2/+2
2023-02-27accel/xen: Remove dead codePhilippe Mathieu-Daudé1-10/+0
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé5-101/+112
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé2-2/+0
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé3-6/+6
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson1-2/+10
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson2-0/+56
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2-0/+178
2023-02-04accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_pageEric Auger1-1/+6
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell1-1/+1
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster1-1/+1
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota1-0/+2
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota1-2/+2
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota1-5/+10
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota1-8/+18
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota2-2/+2
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+2
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-0/+2
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-14/+17
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-12/+11
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-3/+8
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-3/+2
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-1/+1
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-4/+4
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson1-57/+54
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich4-0/+432
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich3-0/+174
2023-01-11kvm: Atomic memslot updatesDavid Hildenbrand1-11/+90
2023-01-11KVM: keep track of running ioctlsEmanuele Giuseppe Esposito1-0/+7
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2-1/+155
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-7/+2
2023-01-06meson: cleanup dummy-cpus.c rulesPaolo Bonzini1-7/+2
2023-01-05accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson1-7/+34
2023-01-05accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson1-8/+10
2023-01-05accel/tcg: Fix tb_invalidate_phys_page_unwindRichard Henderson1-32/+40
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson1-5/+5
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé1-1/+4
2023-01-05accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson1-8/+8
2023-01-05accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson1-2/+0
2023-01-05accel/tcg/plugin: Don't search for the function pointer indexRichard Henderson1-18/+11
2023-01-04accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writexRichard Henderson1-17/+8
2022-12-20accel/tcg: Restrict page_collection structure to system TB maintainancePhilippe Mathieu-Daudé2-15/+7
2022-12-20accel/tcg: Factor tb_invalidate_phys_range_fast() outPhilippe Mathieu-Daudé3-8/+21
2022-12-20accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()Philippe Mathieu-Daudé3-7/+7
2022-12-20accel/tcg: Remove trace events from trace-root.hPhilippe Mathieu-Daudé2-1/+5
2022-12-20accel/tcg: Restrict cpu_io_recompile() to system emulationPhilippe Mathieu-Daudé1-1/+1