On a Wednesday in 2020, Cornelia Huck wrote:
Add some information on how pci address work on s390x.
Signed-off-by: Cornelia Huck <cohuck(a)redhat.com>
---
docs/pci-addresses.rst | 63 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/docs/pci-addresses.rst b/docs/pci-addresses.rst
index 923783a151b0..9e241a24fcfb 100644
--- a/docs/pci-addresses.rst
+++ b/docs/pci-addresses.rst
@@ -184,3 +184,66 @@ guest OS rather than as ``0001:08:00.1``, which is the address of
the
device on the host.
Of course, all the rules and behaviors described above still apply.
+
I added one extra blank line to match what we use elsehwere in this file
for this level of headings.
+zPCI addresses
+==============
+
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano