aboutsummaryrefslogtreecommitdiff
path: root/target/i386/whpx
AgeCommit message (Expand)AuthorFilesLines
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov1-3/+10
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-6/+6
2022-05-07WHPX: support for xcr0Sunil Muthuswamy2-0/+90
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov4-14/+788
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+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 Armbruster2-3/+3
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
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+6
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 Fontana4-14/+30
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2021-01-12whpx: move whpx_lapic_state from header to c fileYonggang Luo2-7/+7
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini2-0/+22
2021-01-12whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini4-11/+6
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana6-0/+2422