aboutsummaryrefslogtreecommitdiff
path: root/target/i386/whpx/whpx-accel-ops.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-3/+0
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-2/+2
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé1-3/+0
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov1-0/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+6
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-0/+111