aboutsummaryrefslogtreecommitdiff
path: root/target/i386/nvmm
AgeCommit message (Expand)AuthorFilesLines
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-3/+0
2024-05-03accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()Philippe Mathieu-Daudé1-1/+1
2024-04-26accel/nvmm: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-10/+11
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-4/+2
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 Hajnoczi2-12/+12
2023-10-20migration: simplify blockersSteve Sistare1-2/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-7/+7
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-1/+1
2023-06-28accel: Inline NVMM get_qemu_vcpu()Philippe Mathieu-Daudé1-17/+11
2023-06-28accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé1-16/+16
2023-06-28accel: Remove NVMM unreachable error pathPhilippe Mathieu-Daudé1-4/+0
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-1/+1
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé1-3/+3
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-2/+2
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-4/+4
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé1-7/+7
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-7/+7
2021-11-19nvmm: Fix support for stable versionnia1-0/+10
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-09-13Fix nvmm_ram_block_added() function argumentsReinoud Zandijk1-2/+3
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-2/+1
2021-08-26whpx nvmm: Drop useless migrate_del_blocker()Markus Armbruster1-1/+0
2021-05-04Add NVMM accelerator: x86 CPU supportReinoud Zandijk4-0/+1369