aboutsummaryrefslogtreecommitdiff
path: root/target/i386/whpx/whpx-all.c
AgeCommit message (Expand)Author
2023-10-20migration: simplify blockersSteve Sistare
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28target/i386/WHPX: Fix error message when fail to set ProcessorCountZhao Liu
2023-06-28accel: Inline WHPX get_whpx_vcpu()Philippe Mathieu-Daudé
2023-06-28accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove WHPX unreachable error pathPhilippe 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: Re-enable WHPX cross-build on case sensitive filesystemsPhilippe Mathieu-Daudé
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov
2022-05-07WHPX: support for xcr0Sunil Muthuswamy
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
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-15whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov
2022-03-15whpx: Fixed reporting of the CPU context to GDB for 64-bitIvan Shcherbakov
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé
2021-09-30memory: Name all the memory listenersPeter Xu
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-08-26whpx nvmm: Drop useless migrate_del_blocker()Markus Armbruster
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini
2021-01-12whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana