summaryrefslogtreecommitdiffstats
path: root/target/i386/whpx-all.c
Commit message (Expand)AuthorAgeFilesLines
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-10/+0Star
* cpus: extract out whpx-specific code to target/i386/Claudio Fontana2020-10-051-0/+3
* WHPX: vmware cpuid leaf for tsc and apic frequencySunil Muthuswamy2020-09-301-11/+85
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* WHPX: Use proper synchronization primitives while processingSunil Muthuswamy2020-03-161-10/+7Star
* WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy2020-03-161-24/+18Star
* WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy2020-03-161-9/+94
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-251-1/+1
|\
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-1/+1
* | target/i386/whpx: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
|/
* WHPX: refactor load librarySunil Muthuswamy2019-12-181-27/+58
* target/i386: Fix broken build with WHPX enabledPhilippe Mathieu-Daudé2019-09-261-0/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* Fix broken build with WHPX enabledStefan Weil2019-07-151-2/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2019-05-131-1/+0Star
* WHPX: register for unrecognized MSR exitsJustin Terry (VM)2018-06-281-3/+38
* WHPX workaround bug in OSVW handlingJustin Terry (VM)2018-06-281-1/+12
* WHPX: fix some compiler warningsLucian Petrut2018-06-011-14/+35
* WHPX: dynamically load WHP librariesLucian Petrut2018-06-011-68/+144
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* target/i386: WHPX: set CPUID_EXT_HYPERVISOR bitJustin Terry (VM)2018-04-091-1/+78
* WHPX improve vcpu_post_run perfJustin Terry (VM)2018-03-261-30/+11Star
* WHPX fix WHvSetPartitionProperty in PropertyCodeJustin Terry (VM)2018-03-261-1/+1
* WHPX fix WHvGetCapability out WrittenSizeInBytesJustin Terry (VM)2018-03-261-1/+2
* WHPX improve interrupt notification registrationJustin Terry (VM) via Qemu-devel2018-03-061-4/+3Star
* WHXP Removes the use of WHvGetExitContextSizeJustin Terry (VM) via Qemu-devel2018-03-061-7/+2Star
* Fix WHPX issue leaking tpr valuesJustin Terry (VM) via Qemu-devel2018-03-061-3/+5
* Fix WHPX typo in 'mmio'Justin Terry (VM) via Qemu-devel2018-03-061-2/+2
* Fix WHPX additional lock acquisitionJustin Terry (VM) via Qemu-devel2018-03-061-2/+0Star
* Remove unnecessary WHPX __debugbreak();Justin Terry (VM) via Qemu-devel2018-03-061-12/+0Star
* Resolves WHPX breaking changes in SDK 17095Justin Terry (VM) via Qemu-devel2018-03-061-16/+10Star
* Fixing WHPX casing to match SDKJustin Terry (VM) via Qemu-devel2018-03-061-2/+2
* Introduce the WHPX implJustin Terry (VM)2018-02-071-0/+1366