Changeset 88612 in vbox
- Timestamp:
- Apr 21, 2021 2:39:05 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r88581 r88612 540 540 { 541 541 STAM_COUNTER_INC(&pThis->StatIommuRemappedIntr); 542 LogFlow(("IOAPIC: IOMMU remapped interrupt %#x to %#x\n", rcRemap,MsiIn.Data.n.u8Vector, MsiOut.Data.n.u8Vector));542 LogFlow(("IOAPIC: IOMMU remapped interrupt %#x to %#x\n", MsiIn.Data.n.u8Vector, MsiOut.Data.n.u8Vector)); 543 543 ioapicGetApicIntrFromMsi(&MsiOut, &ApicIntr); 544 544 Assert(ApicIntr.u8Polarity == IOAPIC_RTE_GET_POLARITY(u64Rte)); /* Ensure polarity hasn't changed. */
Note:
See TracChangeset
for help on using the changeset viewer.