VirtualBox

Changeset 24629 in vbox for trunk/src


Ignore:
Timestamp:
Nov 13, 2009 10:06:48 AM (15 years ago)
Author:
vboxsync
Message:

Clear the flags so they don't get saved and trigger the release assertions in pdmR3LoadExec.

File:
1 edited

Legend:

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

    r24265 r24629  
    684684        SSMR3PutUInt(pSSM, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_NMI));
    685685        SSMR3PutUInt(pSSM, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_SMI));
     686
     687        /* Clear the flags so they don't get saved and trigger the release assertions in pdmR3LoadExec. */
     688        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_APIC);
     689        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_PIC);
     690        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_NMI);
     691        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_SMI);
    686692    }
    687693    SSMR3PutUInt(pSSM, VM_FF_ISSET(pVM, VM_FF_PDM_DMA));
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