VirtualBox

Changeset 99745 in vbox for trunk/include/VBox/vmm/pdmdev.h


Ignore:
Timestamp:
May 11, 2023 10:08:10 AM (19 months ago)
Author:
vboxsync
Message:

VMM: Add full support for reading/writing I/O ports on ARMv8 in order to emulate PIO accesses to PCI devices through a dedicated MMIO region by the host to PCI bridge, bugref:10445 [doxygen]

File:
1 edited

Legend:

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

    r99743 r99745  
    25252525     *
    25262526     * @param   pDevIns     The device instance to register the ports with.
    2527      * @param   Port        The port to write to.
    2528      * @param   u32Value    The value to write.
     2527     * @param   Port        The port to read from.
     2528     * @param   pu32Value   Where to store the read value.
    25292529     * @param   cbValue     The size of the register to read in bytes. 1, 2 or 4 bytes.
    25302530     *
     
    25472547     * @param   Port        The port to write to.
    25482548     * @param   u32Value    The value to write.
    2549      * @param   cbValue     The size of the register to read in bytes. 1, 2 or 4 bytes.
     2549     * @param   cbValue     The size of the register to write in bytes. 1, 2 or 4 bytes.
    25502550     *
    25512551     * @thread EMT
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