VirtualBox

Changeset 24630 in vbox


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

Backed out r54784; those flags aren't saved

File:
1 edited

Legend:

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

    r24629 r24630  
    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);
    692686    }
    693687    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