mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: Define anchors correctly in pci-hotplug
HTML5 obsoletes the 'name' attribute in favor of 'id', and our TOC generator apparently follows the recommendation to the letter, resulting in a broken TOC if you use the old-school attribute. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
a530078cd2
commit
d89fa8306e
@ -33,9 +33,9 @@
|
|||||||
types, hence the way it's organized.
|
types, hence the way it's organized.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2><a name="x86_64">x86_64 architecture</a></h2>
|
<h2><a id="x86_64">x86_64 architecture</a></h2>
|
||||||
|
|
||||||
<h3><a name="x86_64-q35">q35 machine type</a></h3>
|
<h3><a id="x86_64-q35">q35 machine type</a></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This is a PCI Express native machine type. The default PCI topology
|
This is a PCI Express native machine type. The default PCI topology
|
||||||
@ -104,7 +104,7 @@
|
|||||||
from 0x01 to 0x1f of the <code>pci-bridge</code> controller.
|
from 0x01 to 0x1f of the <code>pci-bridge</code> controller.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3><a name="x86_64-i440fx">i440fx (pc) machine type</a></h3>
|
<h3><a id="x86_64-i440fx">i440fx (pc) machine type</a></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This is a legacy PCI native machine type. The default PCI
|
This is a legacy PCI native machine type. The default PCI
|
||||||
@ -121,9 +121,9 @@
|
|||||||
assigned from the guest.
|
assigned from the guest.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2><a name="ppc64">ppc64 architecture</a></h2>
|
<h2><a id="ppc64">ppc64 architecture</a></h2>
|
||||||
|
|
||||||
<h3><a name="ppc64-pseries">pseries machine type</a></h3>
|
<h3><a id="ppc64-pseries">pseries machine type</a></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The default PCI topology for the <code>pseries</code> machine
|
The default PCI topology for the <code>pseries</code> machine
|
||||||
@ -162,9 +162,9 @@
|
|||||||
from the host.
|
from the host.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2><a name="aarch64">aarch64 architecture</a></h2>
|
<h2><a id="aarch64">aarch64 architecture</a></h2>
|
||||||
|
|
||||||
<h3><a name="aarch64-virt">mach-virt (virt) machine type</a></h3>
|
<h3><a id="aarch64-virt">mach-virt (virt) machine type</a></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This machine type mostly behaves the same as the
|
This machine type mostly behaves the same as the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user