Changeset 69100 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 17, 2017 9:22:36 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118397
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r68594 r69100 87 87 Log(("pdmRCDevHlp_PCIPhysRead: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#zx\n", 88 88 pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbRead)); 89 memset(pvBuf, 0xff, cbRead); 89 90 return VERR_PDM_NOT_PCI_BUS_MASTER; 90 91 }
Note:
See TracChangeset
for help on using the changeset viewer.