VirtualBox

Changeset 44898 in vbox for trunk


Ignore:
Timestamp:
Mar 1, 2013 10:26:49 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84068
Message:

missing x.

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r44897 r44898  
    8787    if (!PCIDevIsBusmaster(pPciDev))
    8888    {
    89         Log(("pdmRCDevHlp_PCIPhysRead: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#z\n",
     89        Log(("pdmRCDevHlp_PCIPhysRead: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#zx\n",
    9090             pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbRead));
    9191        return VERR_PDM_NOT_PCI_BUS_MASTER;
     
    109109    if (!PCIDevIsBusmaster(pPciDev))
    110110    {
    111         Log(("pdmRCDevHlp_PCIPhysWrite: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#z\n",
     111        Log(("pdmRCDevHlp_PCIPhysWrite: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#zx\n",
    112112             pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbWrite));
    113113        return VERR_PDM_NOT_PCI_BUS_MASTER;
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r44897 r44898  
    13651365    if (!PCIDevIsBusmaster(pPciDev))
    13661366    {
    1367         Log(("pdmR3DevHlp_PCIPhysRead: caller='%s'/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#z\n",
     1367        Log(("pdmR3DevHlp_PCIPhysRead: caller='%s'/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#zx\n",
    13681368             pDevIns->pReg->szName, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbRead));
    13691369        return VERR_PDM_NOT_PCI_BUS_MASTER;
     
    13871387    if (!PCIDevIsBusmaster(pPciDev))
    13881388    {
    1389         Log(("pdmR3DevHlp_PCIPhysWrite: caller='%s'/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#z\n",
     1389        Log(("pdmR3DevHlp_PCIPhysWrite: caller='%s'/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbWrite=%#zx\n",
    13901390             pDevIns->pReg->szName, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbWrite));
    13911391        return VERR_PDM_NOT_PCI_BUS_MASTER;
  • trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp

    r44897 r44898  
    8484    if (!PCIDevIsBusmaster(pPciDev))
    8585    {
    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",
    8787             pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbRead));
    8888        return VERR_PDM_NOT_PCI_BUS_MASTER;
     
    106106    if (!PCIDevIsBusmaster(pPciDev))
    107107    {
    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",
    109109             pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbWrite));
    110110        return VERR_PDM_NOT_PCI_BUS_MASTER;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette