VirtualBox

Changeset 74669 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 8, 2018 11:25:08 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Assert that the ES segment cannot be overriden for the INS instruction when passing the
VMX string I/O instruction information.

File:
1 edited

Legend:

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

    r74667 r74669  
    33513351    Assert(ExitInstrInfo.StrIo.iSegReg < X86_SREG_COUNT);
    33523352    Assert(ExitInstrInfo.StrIo.u3AddrSize == 0 || ExitInstrInfo.StrIo.u3AddrSize == 1 || ExitInstrInfo.StrIo.u3AddrSize == 2);
     3353    Assert(uInstrId != VMXINSTRID_IO_INS || ExitInstrInfo.StrIo.iSegReg == X86_SREG_ES);
    33533354
    33543355    bool const fIntercept = iemVmxIsIoInterceptSet(pVCpu, u16Port);
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