summaryrefslogtreecommitdiffstats
path: root/target/i386/whpx/whpx-all.c
Commit message (Expand)AuthorAgeFilesLines
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-3/+2Star
* Drop superfluous conditionals around g_free()Markus Armbruster2022-10-041-8/+6Star
* WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov2022-05-141-3/+10
* WHPX: support for xcr0Sunil Muthuswamy2022-05-071-0/+87
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-061-14/+756
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+4
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov2022-03-151-1/+27
* whpx: Fixed reporting of the CPU context to GDB for 64-bitIvan Shcherbakov2022-03-151-0/+2
* target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé2022-03-061-9/+9
* target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé2022-03-061-9/+9
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-261-2/+1Star
* whpx nvmm: Drop useless migrate_del_blocker()Markus Armbruster2021-08-261-1/+0Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-3/+4
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+1
* whpx: move internal definitions to whpx-internal.hPaolo Bonzini2021-01-121-0/+4
* whpx: rename whp-dispatch to whpx-internal.hPaolo Bonzini2021-01-121-4/+1Star
* i386: move whpx accel files into whpx/Claudio Fontana2020-12-161-0/+1938