Changeset 22910 in vbox
- Timestamp:
- Sep 10, 2009 11:54:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r22875 r22910 1207 1207 #ifdef VBOX_WITH_VIRTIO 1208 1208 PCFGMNODE pDevVirtioNet = NULL; /* Virtio network devices */ 1209 rc = CFGMR3InsertNode(pDevices, "virtio-net", &pDevVirtioNet); 1209 rc = CFGMR3InsertNode(pDevices, "virtio-net", &pDevVirtioNet); RC_CHECK(); 1210 1210 #endif /* VBOX_WITH_VIRTIO */ 1211 1211 for (ULONG ulInstance = 0; ulInstance < SchemaDefs::NetworkAdapterCount; ulInstance++)
Note:
See TracChangeset
for help on using the changeset viewer.