Changeset 107267 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Dec 10, 2024 7:37:35 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166288
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/nichardware.dita
r105941 r107267 3 3 <topic xml:lang="en-us" id="nichardware"> 4 4 <title>Virtual Networking Hardware</title> 5 5 6 6 <body> 7 7 <p>For each card, you can individually select what kind of <i>hardware</i> will be presented to the virtual machine. … … 25 25 <li> 26 26 <p>Paravirtualized network adapter (virtio-net) </p> 27 </li> 28 <li> 29 <p>Ethernet over USB network adapter (usbnet) </p> 27 30 </li> 28 31 </ul> … … 61 64 be explicitly enabled. </p> 62 65 </body> 63 66 64 67 </topic> -
trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml
r106061 r107267 311 311 <arg choice="plain">82545EM</arg> 312 312 <arg choice="plain">virtio</arg> 313 <arg choice="plain">usbnet</arg> 313 314 </group></arg> 314 315 <arg>--cable-connected<replaceable>N</replaceable>=<group choice="plain"> … … 1467 1468 </varlistentry> 1468 1469 <varlistentry> 1469 <term><option>--nic-type<replaceable>N</replaceable>=Am79C970A | Am79C973 | 82540EM | 82543GC | 82545EM | virtio </option></term>1470 <term><option>--nic-type<replaceable>N</replaceable>=Am79C970A | Am79C973 | 82540EM | 82543GC | 82545EM | virtio | usbnet</option></term> 1470 1471 <listitem><para> 1471 1472 Identifies the type of networking hardware that … … 1498 1499 <literal>virtio</literal> represents a paravirtualized 1499 1500 network adapter. 1501 </para></listitem> 1502 <listitem><para> 1503 <literal>usbnet</literal> represents an Ethernet over 1504 USB network adapter. 1500 1505 </para></listitem> 1501 1506 </itemizedlist></listitem>
Note:
See TracChangeset
for help on using the changeset viewer.