VirtualBox

Changeset 60820 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 4, 2016 9:54:38 AM (9 years ago)
Author:
vboxsync
Message:

VMM/APIC: Comment.

File:
1 edited

Legend:

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

    r60817 r60820  
    14161416    AssertReturn(idxLvt < RT_ELEMENTS(g_au32LvtValidMasks), VERR_OUT_OF_RANGE);
    14171417
     1418    /*
     1419     * For x2APIC, disallow setting of invalid/reserved bits.
     1420     * For xAPIC, mask out invalid/reserved bits (i.e. ignore them).
     1421     */
    14181422    if (   XAPIC_IN_X2APIC_MODE(pVCpu)
    14191423        && (uLvt & ~g_au32LvtValidMasks[idxLvt]))
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