aboutsummaryrefslogtreecommitdiffstats
path: root/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki2024-07-021-3/+0
* cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino2024-06-301-0/+1
* accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou2024-06-241-2/+6
* plugins: fix inject_mem_cb rw maskingPierrick Bouvier2024-06-241-2/+2
* qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier2024-06-241-0/+12
* qtest: use cpu interface in qtest_clock_warpAlex Bennée2024-06-241-0/+1
* gdbstub: move enums into separate headerAlex Bennée2024-06-243-3/+3
* accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson2024-06-191-2/+2
* migration/dirtyrate: Fix segmentation faultMasato Imai2024-06-171-1/+1
* hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan2024-06-081-28/+21
* hvf: Consistent types for vCPU handlesPhil Dennis-Jordan2024-06-081-1/+1
* cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée2024-06-045-21/+7
* accel/kvm: Fix two lines with hard-coded tabsPeter Maydell2024-06-041-2/+2
* accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé2024-06-043-15/+16
* accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell2024-05-301-2/+5
* tcg/cputlb: remove other-cpu capability from TLB flushingNicholas Piggin2024-05-241-33/+9
* tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin2024-05-241-103/+0
* accel/tcg: Init tb size and icount before plugin_gen_tb_endRichard Henderson2024-05-221-4/+4
* plugins: extract cpu_index generatePierrick Bouvier2024-05-161-13/+11
* plugins: distinct types for callbacksPierrick Bouvier2024-05-161-26/+32
* plugins: conditional callbacksPierrick Bouvier2024-05-161-0/+48
* plugins: add new inline op STORE_U64Pierrick Bouvier2024-05-161-0/+13
* plugins: extract generate ptr for qemu_plugin_u64Pierrick Bouvier2024-05-161-9/+18
* plugins: prepare introduction of new inline opsPierrick Bouvier2024-05-161-3/+3
* accel/tcg: Introduce translator_fake_ldRichard Henderson2024-05-151-3/+2
* disas: Use translator_st to get disassembly dataRichard Henderson2024-05-151-1/+1
* accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson2024-05-151-3/+2
* accel/tcg: Provide default implementation of disas_logRichard Henderson2024-05-151-1/+8
* plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_startRichard Henderson2024-05-151-13/+17
* plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson2024-05-151-2/+1
* plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson2024-05-151-20/+0
* plugins: Read mem_only directly from TB cflagsRichard Henderson2024-05-152-4/+2
* plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson2024-05-152-28/+5
* accel/tcg: Implement translator_stRichard Henderson2024-05-151-0/+55
* accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson2024-05-151-0/+1
* accel/tcg: Record when translator_fake_ldb is usedRichard Henderson2024-05-151-0/+2
* accel/tcg: Record mmio bytes during translationRichard Henderson2024-05-151-0/+41
* accel/tcg: Cap the translation block when we encounter mmioRichard Henderson2024-05-151-0/+4
* accel/tcg: Reorg translator_ld*Richard Henderson2024-05-151-85/+98
* accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson2024-05-151-1/+1
* accel/tcg: Use vaddr in translator_ld*Richard Henderson2024-05-151-7/+8
* Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2024-05-071-1/+1
|\
| * accel/tcg: Introduce CF_BP_PAGERichard Henderson2024-05-061-1/+1
* | Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson2024-05-069-20/+65
|\ \ | |/ |/|
| * user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé2024-05-061-0/+18
| * accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé2024-05-062-4/+4
| * accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé2024-05-061-0/+17
| * accel/tcg: Move user definition of cpu_interrupt() to user-exec.cPhilippe Mathieu-Daudé2024-05-062-9/+8
| * accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-063-2/+13
| * accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()Philippe Mathieu-Daudé2024-05-061-5/+2