Changeset 88605 in vbox
- Timestamp:
- Apr 20, 2021 3:43:24 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r88600 r88605 151 151 static const char *const g_apszDmarDiagDesc[] = 152 152 { 153 DMARDIAG_DESC(kNone , "None" ),154 DMARDIAG_DESC(kDmarDiag_IqtReg_Qt_NotAligned, "IqtReg_Qt_NotAligned"),155 DMARDIAG_DESC(kDmarDiag_IqaReg_Dw_Invalid , "IqaReg_Dw_Invalid" )153 DMARDIAG_DESC(kNone , "None" ), 154 DMARDIAG_DESC(kDmarDiag_IqtReg_Qt_NotAligned, "IqtReg_Qt_NotAligned"), 155 DMARDIAG_DESC(kDmarDiag_IqaReg_Dw_Invalid , "IqaReg_Dw_Invalid" ) 156 156 /* kDmarDiag_End */ 157 157 }; … … 840 840 * 841 841 * @param pDevIns The IOMMU device instance. 842 * @param pThis The shared DMAR device state.843 * @param pThisCC The current-context DMAR device state.844 842 */ 845 843 static void dmarFaultRaiseInterrupt(PPDMDEVINS pDevIns) … … 1027 1025 * @param pDevIns The IOMMU device instance. 1028 1026 * @param off The MMIO register offset. 1029 * @param cb The size of the MMIO access (in bytes).1030 1027 * @param uIqaReg The value written to IQA_REG. 1031 1028 */
Note:
See TracChangeset
for help on using the changeset viewer.