aboutsummaryrefslogtreecommitdiffstats
path: root/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse2023-03-011-0/+1
* xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse2023-03-011-0/+2
* hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé2023-02-271-1/+12
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-274-4/+4
* accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé2023-02-271-2/+2
* accel/xen: Remove dead codePhilippe Mathieu-Daudé2023-02-271-10/+0
* accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé2023-02-275-101/+112
* exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé2023-02-272-2/+0
* gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2023-02-273-6/+6
* accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson2023-02-211-2/+10
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson2023-02-042-0/+56
* tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2023-02-042-0/+178
* accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_pageEric Auger2023-02-041-1/+6
* Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-02-041-1/+1
|\
| * stats: Move QMP commands from monitor/ to stats/Markus Armbruster2023-02-041-1/+1
* | cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota2023-02-021-0/+2
* | tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota2023-02-021-2/+2
* | translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota2023-02-021-5/+10
* | plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota2023-02-021-8/+18
* | cpu: free cpu->tb_jmp_cache with RCUEmilio Cota2023-02-022-2/+2
|/
* Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-01-201-0/+2
|\
| * coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster2023-01-201-0/+2
* | Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2023-01-192-14/+17
|\ \
| * | tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson2023-01-171-12/+11
| * | tcg: Change tb_target_set_jmp_target argumentsRichard Henderson2023-01-171-3/+8
| * | tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson2023-01-171-3/+2
| * | tcg: Add gen_tb to TCGContextRichard Henderson2023-01-171-1/+1
| * | tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson2023-01-171-4/+4
| |/
* / bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-1/+1
|/
* accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson2023-01-161-57/+54
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-164-0/+432
* accel/tcg: Add debuginfo supportIlya Leoshkevich2023-01-163-0/+174
* kvm: Atomic memslot updatesDavid Hildenbrand2023-01-111-11/+90
* KVM: keep track of running ioctlsEmanuele Giuseppe Esposito2023-01-111-0/+7
* accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2023-01-112-1/+155
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-01-081-7/+2
|\
| * meson: cleanup dummy-cpus.c rulesPaolo Bonzini2023-01-061-7/+2
* | accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson2023-01-051-7/+34
* | accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson2023-01-051-8/+10
* | accel/tcg: Fix tb_invalidate_phys_page_unwindRichard Henderson2023-01-051-32/+40
* | tcg: Vary the allocation size for TCGOpRichard Henderson2023-01-051-5/+5
* | tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé2023-01-051-1/+4
* | accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson2023-01-051-8/+8
* | accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson2023-01-051-2/+0
* | accel/tcg/plugin: Don't search for the function pointer indexRichard Henderson2023-01-051-18/+11
* | accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writexRichard Henderson2023-01-041-17/+8
|/
* accel/tcg: Restrict page_collection structure to system TB maintainancePhilippe Mathieu-Daudé2022-12-202-15/+7
* accel/tcg: Factor tb_invalidate_phys_range_fast() outPhilippe Mathieu-Daudé2022-12-203-8/+21
* accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()Philippe Mathieu-Daudé2022-12-203-7/+7