VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:05:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110219
Message:

scm: cleaning up todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c

    r62490 r63564  
    221221        if (RT_LIKELY(pData->pIommuDomain))
    222222        {
    223             /** @todo: KVM checks IOMMU_CAP_CACHE_COHERENCY and sets
     223            /** @todo KVM checks IOMMU_CAP_CACHE_COHERENCY and sets
    224224             *  flag IOMMU_CACHE later used when mapping physical
    225225             *  addresses, which could improve performance.
     
    413413            return VERR_ACCESS_DENIED;
    414414        }
    415         /** @todo: RTStrCopy not exported. */
     415        /** @todo RTStrCopy not exported. */
    416416        strncpy(pIns->szPrevDriver, currentDriver, sizeof(pIns->szPrevDriver));
    417417    }
     
    10241024            vbpci_printk(KERN_DEBUG, pIns->pPciDev, "PCIRAW_POWER_SUSPEND\n");
    10251025            rc = VINF_SUCCESS;
    1026             /// @todo: what do we do here?
     1026            /// @todo what do we do here?
    10271027            break;
    10281028        case PCIRAW_POWER_RESUME:
    10291029            vbpci_printk(KERN_DEBUG, pIns->pPciDev, "PCIRAW_POWER_RESUME\n");
    10301030            rc = VINF_SUCCESS;
    1031             /// @todo: what do we do here?
     1031            /// @todo what do we do here?
    10321032            break;
    10331033        default:
     
    10611061
    10621062            flags = IOMMU_READ | IOMMU_WRITE;
    1063             /* @todo: flags |= IOMMU_CACHE; */
     1063            /** @todo flags |= IOMMU_CACHE; */
    10641064
    10651065            r = iommu_map(domain, GuestStart, HostStart, get_order(cMemSize), flags);
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