index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
whpx-all.c
Age
Commit message (
Expand
)
Author
2019-07-15
Fix broken build with WHPX enabled
Stefan Weil
2019-05-13
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2018-06-28
WHPX: register for unrecognized MSR exits
Justin Terry (VM)
2018-06-28
WHPX workaround bug in OSVW handling
Justin Terry (VM)
2018-06-01
WHPX: fix some compiler warnings
Lucian Petrut
2018-06-01
WHPX: dynamically load WHP libraries
Lucian Petrut
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-04-09
target/i386: WHPX: set CPUID_EXT_HYPERVISOR bit
Justin Terry (VM)
2018-03-26
WHPX improve vcpu_post_run perf
Justin Terry (VM)
2018-03-26
WHPX fix WHvSetPartitionProperty in PropertyCode
Justin Terry (VM)
2018-03-26
WHPX fix WHvGetCapability out WrittenSizeInBytes
Justin Terry (VM)
2018-03-06
WHPX improve interrupt notification registration
Justin Terry (VM) via Qemu-devel
2018-03-06
WHXP Removes the use of WHvGetExitContextSize
Justin Terry (VM) via Qemu-devel
2018-03-06
Fix WHPX issue leaking tpr values
Justin Terry (VM) via Qemu-devel
2018-03-06
Fix WHPX typo in 'mmio'
Justin Terry (VM) via Qemu-devel
2018-03-06
Fix WHPX additional lock acquisition
Justin Terry (VM) via Qemu-devel
2018-03-06
Remove unnecessary WHPX __debugbreak();
Justin Terry (VM) via Qemu-devel
2018-03-06
Resolves WHPX breaking changes in SDK 17095
Justin Terry (VM) via Qemu-devel
2018-03-06
Fixing WHPX casing to match SDK
Justin Terry (VM) via Qemu-devel
2018-02-07
Introduce the WHPX impl
Justin Terry (VM)