Age | Commit message (Expand) | Author |
---|---|---|
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2023-10-03 | accel/tcg: Remove cpu_neg() | Richard Henderson |
2023-10-03 | accel/tcg: Move can_do_io to CPUNegativeOffsetState | Richard Henderson |
2023-05-11 | accel/tcg/tcg-accel-ops-rr: ensure fairness with icount | Jamie Iles |
2022-08-09 | icount: Take iothread lock when running QEMU timers | Peter Maydell |
2022-06-06 | replay: rewrite async event handling | Pavel Dovgalyuk |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-03-06 | misc: Add missing "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé |
2021-05-02 | Do not include hw/boards.h if it's not really necessary | Thomas Huth |
2021-02-08 | replay: fix replay of the interrupts | Pavel Dovgalyuk |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana |