VirtualBox

Changeset 95430 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 29, 2022 2:21:45 PM (3 years ago)
Author:
vboxsync
Message:

ValKit/bs3kit: Added warning to Bs3RegCtxConvertToRingX about only calling it for protected mode test contexts. bugref:9898

Location:
trunk/src/VBox/ValidationKit/bootsectors/bs3kit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxConvertToRingX.c

    r93115 r95430  
    139139 * @param   pRegCtx     The register context.
    140140 * @param   bRing       The target ring (0..3).
     141 *
     142 * @note    Do _NOT_ call this for creating real mode or v8086 contexts, because
     143 *          it will always output a protected mode context!
    141144 */
    142145#undef Bs3RegCtxConvertToRingX
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r95399 r95430  
    26632663 * @param   pRegCtx     The register context.
    26642664 * @param   bRing       The target ring (0..3).
     2665 *
     2666 * @note    Do _NOT_ call this for creating real mode or v8086 contexts, because
     2667 *          it will always output a protected mode context!
    26652668 */
    26662669BS3_CMN_PROTO_STUB(void, Bs3RegCtxConvertToRingX,(PBS3REGCTX pRegCtx, uint8_t bRing));
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