aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hax
AgeCommit message (Expand)Author
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Destroy HAX vCPU threads once donePhilippe Mathieu-Daudé
2023-06-28accel: Fix a leak on Windows HAXPhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-02-27target/i386: Remove NEED_CPU_H guard from target-specific headersPhilippe Mathieu-Daudé
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé
2021-09-30memory: Name all the memory listenersPeter Xu
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2020-12-16i386: move hax accel files into hax/Claudio Fontana