VirtualBox

忽略:
時間撮記:
2016-5-6 上午11:36:11 (9 年 以前)
作者:
vboxsync
訊息:

APIC: Saved state compatibility fix.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMR3/APIC.cpp

    r60804 r60858  
    904904    SSMR3GetU32(pSSM, &pXApicPage->timer_dcr.all.u32DivideValue);
    905905    SSMR3GetU32(pSSM, &u32TimerShift);
     906    /* Old implementation may have left the timer shift uninitialized until
     907     * the timer configuration register was written. Fix that up.
     908     */
     909    if (!u32TimerShift)
     910        u32TimerShift = 1;
    906911    uint8_t const uTimerShift = apicGetTimerShift(pXApicPage);
    907912    AssertMsgReturn(u32TimerShift == uTimerShift, ("Timer shift invalid! Saved-state contains %u, expected %u\n", u32TimerShift,
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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