jonomango / hv

Lightweight Intel VT-x Hypervisor.
MIT License
401 stars 85 forks source link

How to troubleshoot VT stuck issues? #59

Open Yalneh opened 1 week ago

Yalneh commented 1 week ago

When I write my own vt driver, the program always freezes after running for a while. How can I find out what causes the freeze?

sunshine9221 commented 1 week ago

This is because Mango has taken over the host idt, you need to do the corresponding processing in the host exception handling again