VirtualBox

Changeset 86621 in vbox for trunk


Ignore:
Timestamp:
Oct 19, 2020 7:33:49 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Comment nit. Perhaps consider changing the names as "pfnMem[Read|Write]" isn't reading/writing memory just translating the address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r85713 r86621  
    12691269
    12701270    /**
    1271      * Performs a physical memory read transaction through the IOMMU.
     1271     * Translates the physical address for a memory read transaction through the IOMMU.
    12721272     *
    12731273     * @returns VBox status code.
     
    12841284
    12851285    /**
    1286      * Performs a physical memory write transaction through the IOMMU.
     1286     * Translates the physical address for a memory write transaction through the IOMMU.
    12871287     *
    12881288     * @returns VBox status code.
     
    13331333
    13341334    /**
    1335      * Performs a physical memory read transaction through the IOMMU.
     1335     * Translates the physical address for a memory read transaction through the IOMMU.
    13361336     *
    13371337     * @returns VBox status code.
     
    13481348
    13491349    /**
    1350      * Performs a physical memory write transaction through the IOMMU.
     1350     * Translates the physical address for a memory write transaction through the IOMMU.
    13511351     *
    13521352     * @returns VBox status code.
     
    13971397
    13981398    /**
    1399      * Performs a physical memory read transaction through the IOMMU.
     1399     * Translates the physical address for a memory read transaction through the IOMMU.
    14001400     *
    14011401     * @returns VBox status code.
     
    14121412
    14131413    /**
    1414      * Performs a physical memory write transaction through the IOMMU.
     1414     * Translates the physical address for a memory write transaction through the IOMMU.
    14151415     *
    14161416     * @returns VBox status code.
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