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