Changeset 10835 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 23, 2008 3:36:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r10833 r10835 1016 1016 /** 1017 1017 * Runs guest code in a VT-x VM. 1018 *1019 * @note NEVER EVER turn on interrupts here. Due to our illegal entry into the kernel, it might mess things up. (XP kernel traps have been frequently observed)1020 1018 * 1021 1019 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.