VirtualBox

Changeset 19609 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 12, 2009 12:10:02 PM (16 years ago)
Author:
vboxsync
Message:

Temporarily restrict servicing timer queues to VCPU 0

File:
1 edited

Legend:

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

    r19538 r19609  
    16741674VMMR3DECL(void) TMR3TimerQueuesDo(PVM pVM)
    16751675{
     1676    /** Note: temporarily restrict this to VCPU 0. */
     1677    if (VMMGetCpuId(pVM) != 0)
     1678        return;
     1679
    16761680    /*
    16771681     * Only one EMT should be doing this at a time.
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