aboutsummaryrefslogtreecommitdiff
path: root/target/i386/whpx-all.c
AgeCommit message (Expand)Author
2019-07-15Fix broken build with WHPX enabledStefan Weil
2019-05-13Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)
2018-06-01WHPX: fix some compiler warningsLucian Petrut
2018-06-01WHPX: dynamically load WHP librariesLucian Petrut
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-09target/i386: WHPX: set CPUID_EXT_HYPERVISOR bitJustin Terry (VM)
2018-03-26WHPX improve vcpu_post_run perfJustin Terry (VM)
2018-03-26WHPX fix WHvSetPartitionProperty in PropertyCodeJustin Terry (VM)
2018-03-26WHPX fix WHvGetCapability out WrittenSizeInBytesJustin Terry (VM)
2018-03-06WHPX improve interrupt notification registrationJustin Terry (VM) via Qemu-devel
2018-03-06WHXP Removes the use of WHvGetExitContextSizeJustin Terry (VM) via Qemu-devel
2018-03-06Fix WHPX issue leaking tpr valuesJustin Terry (VM) via Qemu-devel
2018-03-06Fix WHPX typo in 'mmio'Justin Terry (VM) via Qemu-devel
2018-03-06Fix WHPX additional lock acquisitionJustin Terry (VM) via Qemu-devel
2018-03-06Remove unnecessary WHPX __debugbreak();Justin Terry (VM) via Qemu-devel
2018-03-06Resolves WHPX breaking changes in SDK 17095Justin Terry (VM) via Qemu-devel
2018-03-06Fixing WHPX casing to match SDKJustin Terry (VM) via Qemu-devel
2018-02-07Introduce the WHPX implJustin Terry (VM)