Changeset 23994 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Oct 22, 2009 4:13:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r23762 r23994 733 733 type == ctx['global'].constants.NetworkAdapterType_I82543GC): 734 734 return "e1000" 735 elif (type == ctx['global'].constants.NetworkAdapterType_Virtio): 736 return "virtio" 735 737 elif (type == ctx['global'].constants.NetworkAdapterType_Null): 736 738 return None
Note:
See TracChangeset
for help on using the changeset viewer.