VirtualBox

Changeset 100400 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jul 6, 2023 8:58:02 AM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158140
Message:

Devices/VirtIO: Add support for the VirtIO over MMIO transport mode useful for ARM, bugref:10459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevVirtioNet.cpp

    r100398 r100400  
    34563456     * Validate configuration.
    34573457     */
    3458     PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "MAC|CableConnected|LineSpeed|LinkUpDelay|StatNo|Legacy", "");
     3458    PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "MAC"
     3459                                           "|CableConnected"
     3460                                           "|LineSpeed"
     3461                                           "|LinkUpDelay"
     3462                                           "|StatNo"
     3463                                           "|Legacy"
     3464                                           "|MmioBase"
     3465                                           "|Irq", "");
    34593466
    34603467    /* Get config params */
     
    35153522    VirtioPciParams.uInterruptLine                 = 0x00;
    35163523    VirtioPciParams.uInterruptPin                  = 0x01;
     3524    VirtioPciParams.uDeviceType                    = VIRTIO_DEVICE_TYPE_NETWORK;
    35173525
    35183526    /* Create semaphore used to synchronize/throttle the downstream LUN's Rx waiter thread. */
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