summary refs log tree commit diff stats
path: root/target/i386/whpx/whpx-all.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/whpx: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-11/+12
* bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2024-03-121-12/+6
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-12/+12
* migration: simplify blockersSteve Sistare2023-10-201-2/+1
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-13/+13
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-1/+1
* target/i386/WHPX: Fix error message when fail to set ProcessorCountZhao Liu2023-06-281-2/+2
* accel: Inline WHPX get_whpx_vcpu()Philippe Mathieu-Daudé2023-06-281-19/+10
* accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé2023-06-281-15/+15
* accel: Remove WHPX unreachable error pathPhilippe Mathieu-Daudé2023-06-281-6/+0
* accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2023-06-281-1/+1
* accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé2023-06-281-3/+3
* accel: Re-enable WHPX cross-build on case sensitive filesystemsPhilippe Mathieu-Daudé2023-06-281-2/+2
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-1/+1
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-271-1/+1
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-3/+2
* Drop superfluous conditionals around g_free()Markus Armbruster2022-10-041-8/+6
* 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/+0
* 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/+1
* whpx nvmm: Drop useless migrate_del_blocker()Markus Armbruster2021-08-261-1/+0
* 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/+1
* i386: move whpx accel files into whpx/Claudio Fontana2020-12-161-0/+1938