aboutsummaryrefslogtreecommitdiff
path: root/target/i386/whpx/whpx-all.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster1-8/+6
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov1-3/+10
2022-05-07WHPX: support for xcr0Sunil Muthuswamy1-0/+87
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov1-14/+756
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-1/+1
2022-03-15whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov1-1/+27
2022-03-15whpx: Fixed reporting of the CPU context to GDB for 64-bitIvan Shcherbakov1-0/+2
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé1-9/+9
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-9/+9
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
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-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-3/+4
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini1-0/+4
2021-01-12whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini1-4/+1
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana1-0/+1938