Changeset 87474 in vbox for trunk/src/VBox/VMM/VMMR0/PDMR0DevHlpTracing.cpp
- Timestamp:
- Jan 29, 2021 4:21:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0DevHlpTracing.cpp
r87371 r87474 376 376 else 377 377 { 378 Log (("pdmRCDevHlp_PCIPhysWrite: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#zx\n",379 pDevIns, pDevIns->iInstance,VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbWrite));378 LogFunc(("caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#zx\n", pDevIns, pDevIns->iInstance, 379 VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbWrite)); 380 380 return VERR_PDM_NOT_PCI_BUS_MASTER; 381 381 } … … 415 415 else 416 416 { 417 Log(("pdmR0DevHlp_PCIPhysWrite: IOMMU translation failed. uDeviceId=%#x GCPhys=%#RGp cb=%u rc=%Rrc\n", uDeviceId, 418 GCPhys, cbWrite, rc)); 417 LogFunc(("IOMMU translation failed. uDeviceId=%#x GCPhys=%#RGp cb=%u rc=%Rrc\n", uDeviceId, GCPhys, cbWrite, rc)); 419 418 break; 420 419 }
Note:
See TracChangeset
for help on using the changeset viewer.