aboutsummaryrefslogtreecommitdiff
path: root/target/i386/whpx
AgeCommit message (Expand)Author
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-11Clean up header guards that don't match their file nameMarkus Armbruster
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é
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe 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 whpx_lapic_state from header to c fileYonggang Luo
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