Changeset 86372 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 1, 2020 11:48:44 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140665
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r86070 r86372 1892 1892 else 1893 1893 { 1894 Log(("pdmR3DevHlp_PCIPhys Read: IOMMU translation failed. uDevId=%#x GCPhys=%#RGp cb=%u rc=%Rrc\n", uDevId, GCPhys,1894 Log(("pdmR3DevHlp_PCIPhysWrite: IOMMU translation failed. uDevId=%#x GCPhys=%#RGp cb=%u rc=%Rrc\n", uDevId, GCPhys, 1895 1895 cbWrite, rc)); 1896 1896 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.