From: Daniel P. Berrangé Date: Fri, 22 Jan 2021 15:23:33 +0000 (+0000) Subject: docs: link to PCI docs from the kbase page X-Git-Tag: v7.1.0-rc1~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59bb226b7d9fa6963c80282fc9ff6e489b3d068;p=thirdparty%2Flibvirt.git docs: link to PCI docs from the kbase page While the PCI docs are linked from formatdomain.html, finding those links is not straightforward. It is good for users to highlight them in the kbase pages. The PCI docs are intentionally not moved to the kbase/ sub-directory in order to avoid breaking hyperlinks. Reviewed-by: Andrea Bolognani Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst index 1494be1e77..532804fe05 100644 --- a/docs/kbase/index.rst +++ b/docs/kbase/index.rst @@ -40,6 +40,12 @@ Usage `KVM real time `__ Run real time workloads in guests on a KVM hypervisor +`PCI hotplug <../pci-hotplug.html>`__ + Effective usage of PCI hotplug + +`PCI topology <../pci-addresses.html>`__ + Addressing schemes for PCI devices + Internals / Debugging ---------------------