ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 259 forks source link

Remove VM_EXIT_ACK_INTR_ON_EXIT flag and fix BSOD #32

Closed wbenny closed 5 years ago

wbenny commented 5 years ago

Hi, These two separate commits fix two unrelated issues:

Patches has been tested in VMWare.

rianquinn commented 5 years ago

+1