- Timestamp:
- Sep 24, 2020 6:20:40 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r86254 r86255 3439 3439 3440 3440 PIOMMU pThis = PDMDEVINS_2_DATA(pDevIns, PIOMMU); 3441 STAM_COUNTER_INC(&pThis->CTX_SUFF_Z(StatMsiRemap));3442 3443 LogFlowFunc(("uDevId=%#x\n", uDevId));3444 3441 3445 3442 /* Interrupts are forwarded with remapping when the IOMMU is disabled. */ … … 3447 3444 if (Ctrl.n.u1IommuEn) 3448 3445 { 3446 STAM_COUNTER_INC(&pThis->CTX_SUFF_Z(StatMsiRemap)); 3447 LogFlowFunc(("uDevId=%#x\n", uDevId)); 3449 3448 /** @todo Cache? */ 3450 3449
Note:
See TracChangeset
for help on using the changeset viewer.