aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée1-0/+6
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-0/+92
2022-06-20accel/tcg: Reorganize tcg_accel_ops_init()Philippe Mathieu-Daudé1-7/+8
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-0/+1
2021-07-09accel: add tcg module annotationsGerd Hoffmann1-0/+1
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-0/+8
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-0/+125