summary refs log tree commit diff stats
path: root/target/i386/whpx/whpx-accel-ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2024-01-081-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé2023-06-281-3/+0
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-061-0/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé2022-03-061-0/+6
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+111