VirtualBox

Changeset 60602 in vbox


Ignore:
Timestamp:
Apr 20, 2016 2:06:12 PM (9 years ago)
Author:
vboxsync
Message:

VMM/APIC: comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/APIC.cpp

    r60601 r60602  
    675675            SSMR3PutStruct(pSSM, (const void *)pApicCpu->pvApicPageR3, g_aXApicPageFields);
    676676
    677         /* Save the PIBs: We could in theory push them to vIRR and avoid saving them,
    678            but in case of posted-interrupts we can't do that at this point, so save in all cases. */
     677        /* Save the PIBs: In theory, we could push them to vIRR and avoid saving them here, but
     678           with posted-interrupts we can't at this point as HM is paralyzed, so just save PIBs always. */
    679679        SSMR3PutStruct(pSSM, (const void *)pApicCpu->pvApicPibR3,   g_aApicPibFields);
    680680        SSMR3PutStruct(pSSM, (const void *)&pApicCpu->ApicPibLevel, g_aApicPibFields);
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