Changeset 24551 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Nov 10, 2009 1:53:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54673
- Location:
- trunk/src/VBox/Main/xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r24546 r24551 1334 1334 else if (strTemp == "82545EM") 1335 1335 nic.type = NetworkAdapterType_I82545EM; 1336 else if (strTemp == "virtio -net")1336 else if (strTemp == "virtio") 1337 1337 nic.type = NetworkAdapterType_Virtio; 1338 1338 else … … 2654 2654 case NetworkAdapterType_I82543GC: pcszType = "82543GC"; break; 2655 2655 case NetworkAdapterType_I82545EM: pcszType = "82545EM"; break; 2656 case NetworkAdapterType_Virtio: pcszType = "virtio -net"; break;2656 case NetworkAdapterType_Virtio: pcszType = "virtio"; break; 2657 2657 default: /*case NetworkAdapterType_Am79C970A:*/ pcszType = "Am79C970A"; break; 2658 2658 } -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r24548 r24551 222 222 <xsd:enumeration value="82543GC"/> 223 223 <xsd:enumeration value="82545EM"/> 224 <xsd:enumeration value="virtio -net"/>224 <xsd:enumeration value="virtio"/> 225 225 </xsd:restriction> 226 226 </xsd:simpleType>
Note:
See TracChangeset
for help on using the changeset viewer.