VirtualBox

Ignore:
Timestamp:
Jan 9, 2020 4:31:04 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135597
Message:

Network/DevVirtioNet_1_0.cpp: Ported skeletal framwork from VirtIO 0.9 to VirtIO 1.0 semantics. Builds but not working. See BugRef(8561) Comment #49 for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r82442 r82681  
    14981498                }
    14991499#endif /* VBOX_WITH_VIRTIO */
     1500#ifdef VBOX_WITH_VIRTIO_NET_1_0
     1501                else if (!RTStrICmp(ValueUnion.psz, "virtio_1.0"))
     1502                {
     1503                    CHECK_ERROR(nic, COMSETTER(AdapterType)(NetworkAdapterType_Virtio_1_0));
     1504                }
     1505#endif /* VBOX_WITH_VIRTIO_NET_1_0 */
    15001506                else
    15011507                {
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