asamy / ksm

A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
https://asamy.github.io/ksm/
GNU General Public License v2.0
826 stars 181 forks source link

How to clear the ve_except_info->except_mask? #28

Open EarthExPlore opened 5 years ago

EarthExPlore commented 5 years ago

If i trigger the #VE in the other VMM(eg.kvm),how can i set the ve_except_info ->except_mask=0 to enable another #VE occurs in guest?