VirtualBox

Changeset 72617 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 19, 2018 3:38:27 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123116
Message:

VMM: LogRel some ring-0 preemption details in ring-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r72546 r72617  
    483483                            {
    484484                                GVMMR0DoneInitVM(pGVM);
     485
     486                                /*
     487                                 * Collect a bit of info for the VM release log.
     488                                 */
     489                                pVM->vmm.s.fIsPreemptPendingApiTrusty = RTThreadPreemptIsPendingTrusty();
     490                                pVM->vmm.s.fIsPreemptPossible         = RTThreadPreemptIsPossible();;
     491
    485492                                VMM_CHECK_SMAP_CHECK2(pVM, RT_NOTHING);
    486493                                return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette