Changeset 100400 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jul 6, 2023 8:58:02 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 158140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r100398 r100400 3456 3456 * Validate configuration. 3457 3457 */ 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", ""); 3459 3466 3460 3467 /* Get config params */ … … 3515 3522 VirtioPciParams.uInterruptLine = 0x00; 3516 3523 VirtioPciParams.uInterruptPin = 0x01; 3524 VirtioPciParams.uDeviceType = VIRTIO_DEVICE_TYPE_NETWORK; 3517 3525 3518 3526 /* Create semaphore used to synchronize/throttle the downstream LUN's Rx waiter thread. */
Note:
See TracChangeset
for help on using the changeset viewer.