-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule airhv
updated
29 files
+1 −0 | .gitattributes | |
+398 −0 | .gitignore | |
+2 −1 | airhv/airhv.vcxproj | |
+3 −0 | airhv/airhv.vcxproj.filters | |
+11 −21 | airhv/common.h | |
+117 −199 | airhv/ept.cpp | |
+70 −52 | airhv/hypervisor_gateway.cpp | |
+7 −20 | airhv/hypervisor_gateway.h | |
+25 −3 | airhv/hypervisor_routines.cpp | |
+13 −0 | airhv/hypervisor_routines.h | |
+23 −22 | airhv/ia32/ept.h | |
+1 −1 | airhv/main.cpp | |
+35 −20 | airhv/poolmanager.cpp | |
+3 −4 | airhv/poolmanager.h | |
+52 −44 | airhv/spinlock.cpp | |
+14 −0 | airhv/spinlock.h | |
+5 −22 | airhv/vmcall_handler.cpp | |
+0 −1 | airhv/vmcall_reason.h | |
+3 −3 | airhv/vmcs.cpp | |
+65 −11 | airhv/vmexit_handler.cpp | |
+38 −39 | airhv/vmm.cpp | |
+1 −2 | airhvctrl/airhvctrl.vcxproj | |
+0 −6 | airhvctrl/airhvctrl.vcxproj.filters | |
+69 −60 | airhvctrl/hypervisor_gateway.cpp | |
+0 −19 | airhvctrl/hypervisor_gateway.h | |
+13 −10 | airhvctrl/main.cpp | |
+1 −1 | airhvctrl/nt.h | |
+0 −71 | airhvctrl/utils.cpp | |
+0 −3 | airhvctrl/utils.h |