aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops.c
AgeCommit message (Expand)Author
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-04-26accel/tcg: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-04-04accel/tcg: Fix overwrite problems of tcg_cflagsWeiwei Li
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-06-20accel/tcg: Reorganize tcg_accel_ops_init()Philippe Mathieu-Daudé
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2021-07-09accel: add tcg module annotationsGerd Hoffmann
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana