VirtualBox

Ignore:
Timestamp:
Jan 29, 2021 4:21:52 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Log.

File:
1 edited

Legend:

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

    r87371 r87474  
    376376    else
    377377    {
    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));
    380380        return VERR_PDM_NOT_PCI_BUS_MASTER;
    381381    }
     
    415415            else
    416416            {
    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));
    419418                break;
    420419            }
Note: See TracChangeset for help on using the changeset viewer.

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