summary refs log tree commit diff stats
path: root/accel/tcg/tcg-accel-ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+2
* accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé2024-01-291-1/+1
* accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé2024-01-291-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-1/+1
* accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé2023-11-071-0/+8
* accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé2023-11-071-0/+1
* accel/tcg: Remove cpu_neg()Richard Henderson2023-10-031-1/+1
* accel/tcg: remove CONFIG_PROFILERFei Wu2023-06-261-10/+0
* accel/tcg: Fix overwrite problems of tcg_cflagsWeiwei Li2023-04-041-1/+1
* tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones2023-03-051-0/+1
* hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé2023-02-271-1/+12
* gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé2023-02-271-2/+2
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-061-0/+6
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-0/+92
* accel/tcg: Reorganize tcg_accel_ops_init()Philippe Mathieu-Daudé2022-06-201-7/+8
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-0/+1
* accel: add tcg module annotationsGerd Hoffmann2021-07-091-0/+1
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-0/+8
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+125