VirtualBox

Changeset 102965 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jan 19, 2024 8:49:53 AM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:10318 Disabled descriptor reserved bit checking in INVEPT instruction emulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp

    r102034 r102965  
    93549354         * hardware, it's assumed INVEPT behaves the same as INVVPID in this regard. It's
    93559355         * 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}.
    93569359         */
     9360#if 0
    93579361        if (uDesc.s.Hi)
    93589362        {
     
    93639367            return iemRegAddToRipAndFinishingClearingRF(pVCpu, cbInstr);
    93649368        }
     9369#endif
    93659370
    93669371        /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette