Changeset 102965 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jan 19, 2024 8:49:53 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r102034 r102965 9354 9354 * hardware, it's assumed INVEPT behaves the same as INVVPID in this regard. It's 9355 9355 * better to be strict in our emulation until proven otherwise. 9356 * 9357 * UPDATE: Hyper-V enabled Windows 10 Pro guests do NOT clear the reserved bits in 9358 * the descriptor. Hence, I've disabled this check for now, see @bugref{10318#c122}. 9356 9359 */ 9360 #if 0 9357 9361 if (uDesc.s.Hi) 9358 9362 { … … 9363 9367 return iemRegAddToRipAndFinishingClearingRF(pVCpu, cbInstr); 9364 9368 } 9369 #endif 9365 9370 9366 9371 /*
Note:
See TracChangeset
for help on using the changeset viewer.