mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
docs: Serial and parallel device target ports actually start from 0
Reported by Igor Galić
This commit is contained in:
parent
97263cb115
commit
1ef5a3d37e
@ -1807,7 +1807,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<code>target</code> can have a <code>port</code> attribute, which
|
<code>target</code> can have a <code>port</code> attribute, which
|
||||||
specifies the port number. Ports are numbered starting from 1. There are
|
specifies the port number. Ports are numbered starting from 0. There are
|
||||||
usually 0, 1 or 2 parallel ports.
|
usually 0, 1 or 2 parallel ports.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -1825,7 +1825,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<code>target</code> can have a <code>port</code> attribute, which
|
<code>target</code> can have a <code>port</code> attribute, which
|
||||||
specifies the port number. Ports are numbered starting from 1. There are
|
specifies the port number. Ports are numbered starting from 0. There are
|
||||||
usually 0, 1 or 2 serial ports.
|
usually 0, 1 or 2 serial ports.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user