aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops-icount.c
AgeCommit message (Expand)Author
2022-08-09icount: Take iothread lock when running QEMU timersPeter Maydell
2022-06-06replay: rewrite async event handlingPavel Dovgalyuk
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
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-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-02-08replay: fix replay of the interruptsPavel Dovgalyuk
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana