Changeset 85815 in vbox
- Timestamp:
- Aug 18, 2020 11:22:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r85640 r85815 2764 2764 iommuAmdCmdThreadWakeUpIfNeeded(pDevIns); 2765 2765 } 2766 2767 return VINF_SUCCESS; 2766 2768 } 2767 2769 … … 3536 3538 } 3537 3539 } 3540 3541 return VINF_SUCCESS; 3538 3542 } 3539 3543 … … 4302 4306 /* Continue with traversing the page directory at this level. */ 4303 4307 } 4304 4305 /* Shouldn't really get here. */4306 return VERR_IOMMU_IPE_3;4307 4308 } 4308 4309 … … 5131 5132 IOMMU_LOCK(pDevIns); 5132 5133 5133 VBOXSTRICTRC rcStrict ;5134 VBOXSTRICTRC rcStrict = VERR_INVALID_FUNCTION; 5134 5135 switch (uAddress) 5135 5136 {
Note:
See TracChangeset
for help on using the changeset viewer.