VirtualBox

Changeset 24868 in vbox for trunk


Ignore:
Timestamp:
Nov 23, 2009 1:36:37 PM (15 years ago)
Author:
vboxsync
Message:

hwaccmr3Load: Recheck all VCPUs if we can go staight into hwaccm execution mode.

File:
1 edited

Legend:

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

    r24832 r24868  
    26142614    }
    26152615#endif
     2616
     2617    /* Recheck all VCPUs if we can go staight into hwaccm execution mode. */
     2618    for (VMCPUID i = 0; i < pVM->cCpus; i++)
     2619    {
     2620        HWACCMR3CanExecuteGuest(pVM, pVCpu);
     2621    }
    26162622    return VINF_SUCCESS;
    26172623}
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