VirtualBox

Changeset 45191 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 26, 2013 11:04:35 AM (12 years ago)
Author:
vboxsync
Message:

DevRTC: UIP hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r45025 r45191  
    350350    {
    351351        pThis->cmos_index[bank] = (u32 & 0x7f) + (bank * CMOS_BANK_SIZE);
     352
     353        /* HACK ALERT! Attempt to trigger VM_FF_TIMER and/or VM_FF_TM_VIRTUAL_SYNC
     354           for forcing the pSecondTimer2 timer to run be run and clear UIP in
     355           a timely fashion. */
     356        if (u32 == RTC_REG_A)
     357            TMTimerGet(pThis->CTX_SUFF(pSecondTimer));
    352358    }
    353359    else
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