VirtualBox

Ignore:
Timestamp:
Oct 22, 2009 4:13:14 PM (15 years ago)
Author:
vboxsync
Message:

#3987: Virtio: Network adapter available in all frontends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r23762 r23994  
    733733          type == ctx['global'].constants.NetworkAdapterType_I82543GC):
    734734        return "e1000"
     735    elif (type == ctx['global'].constants.NetworkAdapterType_Virtio):
     736        return "virtio"
    735737    elif (type == ctx['global'].constants.NetworkAdapterType_Null):
    736738        return None
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