Changeset 44898 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Mar 1, 2013 10:26:49 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp
r44897 r44898 84 84 if (!PCIDevIsBusmaster(pPciDev)) 85 85 { 86 Log(("pdmRCDevHlp_PCIPhysRead: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#z \n",86 Log(("pdmRCDevHlp_PCIPhysRead: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#zx\n", 87 87 pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbRead)); 88 88 return VERR_PDM_NOT_PCI_BUS_MASTER; … … 106 106 if (!PCIDevIsBusmaster(pPciDev)) 107 107 { 108 Log(("pdmRCDevHlp_PCIPhysWrite: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#z \n",108 Log(("pdmRCDevHlp_PCIPhysWrite: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#zx\n", 109 109 pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbWrite)); 110 110 return VERR_PDM_NOT_PCI_BUS_MASTER;
Note:
See TracChangeset
for help on using the changeset viewer.