]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Update introduction in pci-addresses.rst
authorAndrea Bolognani <abologna@redhat.com>
Fri, 17 Apr 2020 12:27:33 +0000 (14:27 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 17 Apr 2020 13:05:54 +0000 (15:05 +0200)
Changing the introduction to bring the idea of this document better across.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
docs/pci-addresses.rst

index 1d2dc8e5fc25ebc390dd209bf2b12b089dd11f7d..7c8e9edd734bc0ebee2214086e7c8174dba3559f 100644 (file)
@@ -4,9 +4,12 @@ PCI addresses in domain XML and guest OS
 
 .. contents::
 
-When discussing PCI addresses, it's important to understand the
-relationship between the addresses that can be seen in the domain XML
-and those that are visible inside the guest OS.
+Looking at the configuration for a guest, it would be reasonable
+to expect that each PCI device would show up in the guest OS with
+a PCI address that matches the one present in the corresponding
+``<address>`` element of the domain XML, but that's not guaranteed
+to happen and will in fact not be the case in all but the simplest
+scenarios.
 
 
 Simple cases