VirtualBox

Ignore:
Timestamp:
Sep 5, 2008 11:28:27 PM (16 years ago)
Author:
vboxsync
Message:

VMM: Assert that we don't change CPU unexpectedly while executing in VT-x or AMD-V mode. (strict builds only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r12121 r12162  
    387387        bool                    fHostDebugRegsSaved;
    388388    } savedhoststate;
     389#endif
     390
     391#ifdef VBOX_STRICT
     392    /** The CPU ID of the CPU currently owning the VMCS. Set in
     393     * HWACCMR0Enter and cleared in HWACCMR0Leave. */
     394    RTCPUID                 idEnteredCpu;
     395# if HC_ARCH_BITS == 32
     396    RTCPUID                 Alignment0;
     397# endif
    389398#endif
    390399
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