aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-accel-ops-icount.c
AgeCommit message (Expand)Author
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-05-11accel/tcg/tcg-accel-ops-rr: ensure fairness with icountJamie Iles
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