Changeset 87711 in vbox
- Timestamp:
- Feb 11, 2021 4:53:34 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r87692 r87711 4545 4545 /* Read the entire command buffer from memory (avoids multiple PGM calls). */ 4546 4546 RTGCPHYS const GCPhysCmdBufBase = pThis->CmdBufBaseAddr.n.u40Base << X86_PAGE_4K_SHIFT; 4547 int rc = PDMDevHlpPhysRead(pDevIns, GCPhysCmdBufBase, pvCmds, cbCmdBuf); 4547 4548 IOMMU_UNLOCK(pDevIns, pThisCC); 4549 int rc = PDMDevHlpPCIPhysRead(pDevIns, GCPhysCmdBufBase, pvCmds, cbCmdBuf); 4550 IOMMU_LOCK(pDevIns, pThisCC); 4551 4548 4552 if (RT_SUCCESS(rc)) 4549 4553 {
Note:
See TracChangeset
for help on using the changeset viewer.