VirtualBox

Changeset 78208 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Apr 18, 2019 3:54:40 PM (6 years ago)
Author:
vboxsync
Message:

PDM,APIC,PIC: Don't use AssertRelease on VMCPU_FF_INTERRUPT_PIC, VMCPU_FF_INTERRUPT_APIC and friends during restore. Instead added debug assertions in the relevant functions causing these to be set by misbehaving device state loaders. ticketref:18331 ticketref:18265

File:
1 edited

Legend:

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

    r76553 r78208  
    811811        SSMR3GetU8(pSSM, &pThis->aPics[i].elcr);
    812812    }
     813
     814    /* Note! PDM will restore the VMCPU_FF_INTERRUPT_PIC state. */
    813815    return VINF_SUCCESS;
    814816}
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