VirtualBox

Changeset 99259 in vbox


Ignore:
Timestamp:
Apr 3, 2023 12:15:37 PM (22 months ago)
Author:
vboxsync
Message:

VMM/VMXAllTemplate.cpp.h: Nested VMX: bugref:10318 Assert VT-x's guarantee that blocking-by-STI and Mov-SS are never both set simultaneously.

File:
1 edited

Legend:

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

    r99117 r99259  
    36293629    uint32_t u32Val;
    36303630    int rc = VMX_VMCS_READ_32(pVCpu, VMX_VMCS32_GUEST_INT_STATE, &u32Val);    AssertRC(rc);
     3631    Assert((u32Val & (VMX_VMCS_GUEST_INT_STATE_BLOCK_STI | VMX_VMCS_GUEST_INT_STATE_BLOCK_MOVSS))
     3632                  != (VMX_VMCS_GUEST_INT_STATE_BLOCK_STI | VMX_VMCS_GUEST_INT_STATE_BLOCK_MOVSS));
    36313633    if (!u32Val)
    36323634    {
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