Changeset 60602 in vbox
- Timestamp:
- Apr 20, 2016 2:06:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r60601 r60602 675 675 SSMR3PutStruct(pSSM, (const void *)pApicCpu->pvApicPageR3, g_aXApicPageFields); 676 676 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. */ 679 679 SSMR3PutStruct(pSSM, (const void *)pApicCpu->pvApicPibR3, g_aApicPibFields); 680 680 SSMR3PutStruct(pSSM, (const void *)&pApicCpu->ApicPibLevel, g_aApicPibFields);
Note:
See TracChangeset
for help on using the changeset viewer.