VirtualBox

Changeset 24551 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Nov 10, 2009 1:53:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54673
Message:

virtio: no setting file updates needed, reverting r54670

Location:
trunk/src/VBox/Main/xml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r24546 r24551  
    13341334            else if (strTemp == "82545EM")
    13351335                nic.type = NetworkAdapterType_I82545EM;
    1336             else if (strTemp == "virtio-net")
     1336            else if (strTemp == "virtio")
    13371337                nic.type = NetworkAdapterType_Virtio;
    13381338            else
     
    26542654            case NetworkAdapterType_I82543GC:   pcszType = "82543GC"; break;
    26552655            case NetworkAdapterType_I82545EM:   pcszType = "82545EM"; break;
    2656             case NetworkAdapterType_Virtio:     pcszType = "virtio-net"; break;
     2656            case NetworkAdapterType_Virtio:     pcszType = "virtio"; break;
    26572657            default: /*case NetworkAdapterType_Am79C970A:*/  pcszType = "Am79C970A"; break;
    26582658        }
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r24548 r24551  
    222222    <xsd:enumeration value="82543GC"/>
    223223    <xsd:enumeration value="82545EM"/>
    224     <xsd:enumeration value="virtio-net"/>
     224    <xsd:enumeration value="virtio"/>
    225225  </xsd:restriction>
    226226</xsd:simpleType>
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