| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() | Stefan Hajnoczi | 2024-01-08 | 1 | -1/+1 |
| * | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 2024-01-08 | 1 | -2/+2 |
| * | accel: Remove unused hThread variable on TCG/WHPX | Philippe Mathieu-Daudé | 2023-06-28 | 1 | -3/+0 |
| * | whpx: Added support for breakpoints and stepping | Ivan Shcherbakov | 2022-04-06 | 1 | -0/+1 |
| * | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 1 | -2/+2 |
| * | accel: Introduce AccelOpsClass::cpu_thread_is_idle() | Philippe Mathieu-Daudé | 2022-03-06 | 1 | -0/+6 |
| * | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 2021-02-05 | 1 | -0/+111 |