Changes between Initial Version and Version 1 of Ticket #39, comment 5
- Timestamp:
- Jan 31, 2016, 11:17:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39, comment 5
initial v1 16 16 }}} 17 17 18 where F3 0F C7 34 is vmxon [si] opcode -- something related with Intel VMX (VT-x). Why it tries to "enter VMX operation", I don't know yet.18 where F3 0F C7 34 24 is vmxon qword ptr [esi] opcode -- something related with Intel VMX (VT-x). Why it tries to "enter VMX operation", I don't know yet. 19 19 20 20 http://www.tptp.cc/mirrors/siyobik.info/instruction/VMXON.html 21 22 The vmxon instruction is in http://trac.netlabs.org/vbox/browser/trunk/include/VBox/vmm/hm_vmx.h, VMXEnable inline routine. The place in the code where it's called is hmR0InitIntel routine in http://trac.netlabs.org/vbox/browser/trunk/src/VBox/VMM/VMMR0/HMR0.cpp.