VirtualBox

Changeset 59207 in vbox


Ignore:
Timestamp:
Dec 22, 2015 9:39:20 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104833
Message:

DBGF.cpp: Need to use priority flag or we won't catch the attetion of a lone EMT in the DBGFR3PowerOff code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGF.cpp

    r59205 r59207  
    13471347     */
    13481348    DBGFR3EVENTCONFIGEXARGS Args = { paConfigs, cConfigs, VINF_SUCCESS };
    1349     int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ASCENDING, dbgfR3EventConfigEx, &Args);
     1349    int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ASCENDING | VMMEMTRENDEZVOUS_FLAGS_PRIORITY,
     1350                                dbgfR3EventConfigEx, &Args);
    13501351    if (RT_SUCCESS(rc))
    13511352        rc = Args.rc;
     
    15721573     */
    15731574    DBGFR3INTERRUPTCONFIGEXARGS Args = { paConfigs, cConfigs, VINF_SUCCESS };
    1574     int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ASCENDING, dbgfR3InterruptConfigEx, &Args);
     1575    int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ASCENDING | VMMEMTRENDEZVOUS_FLAGS_PRIORITY,
     1576                                dbgfR3InterruptConfigEx, &Args);
    15751577    if (RT_SUCCESS(rc))
    15761578        rc = Args.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