aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops-rr.c
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2021-11-10accel/tcg: Register a force_rcu notifierGreg Kurz
2021-09-14accel/tcg: remove redundant TCG_KICK_PERIOD defineLuc Michel
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