Changeset 92996 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Dec 17, 2021 8:18:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r92223 r92996 4113 4113 else if (strTemp == "virtio") 4114 4114 nic.type = NetworkAdapterType_Virtio; 4115 else if (strTemp == "virtio_1.0")4116 nic.type = NetworkAdapterType_Virtio_1_0;4117 4115 else 4118 4116 throw ConfigFileError(this, pelmAdapter, N_("Invalid value '%s' in Adapter/@type attribute"), strTemp.c_str()); … … 6841 6839 case NetworkAdapterType_I82545EM: pcszType = "82545EM"; break; 6842 6840 case NetworkAdapterType_Virtio: pcszType = "virtio"; break; 6843 case NetworkAdapterType_Virtio_1_0: pcszType = "virtio_1.0"; break;6844 6841 default: /*case NetworkAdapterType_Am79C970A:*/ pcszType = "Am79C970A"; break; 6845 6842 }
Note:
See TracChangeset
for help on using the changeset viewer.