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/VBoxShell/vboxshell.py

    r81964 r82681  
    16571657    elif (natype == ctx['global'].constants.NetworkAdapterType_Virtio):
    16581658        return "virtio"
     1659    elif (natype == ctx['global'].constants.NetworkAdapterType_Virtio_1_0):
     1660        return "virtio_1.0"
    16591661    elif (natype == ctx['global'].constants.NetworkAdapterType_Null):
    16601662        return None
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