aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-0/+5
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson1-6/+2
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson1-10/+14
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson1-1/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2-3/+3
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson4-10/+10
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson2-51/+41
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson6-46/+44
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-0/+1
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse1-0/+1
2023-03-01i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse1-0/+1
2023-03-01xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse1-0/+2
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza3-6/+18
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