diff options
author | Cédric Le Goater <clg@kaod.org> | 2019-05-21 10:24:11 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-05-29 11:39:47 +1000 |
commit | 24563a587f964ff16477feab54686ccf617d3570 (patch) | |
tree | 0a2f34feba81a24547895e20b62bf096eb521612 /docs/specs/index.rst | |
parent | 3f777abc7107a27a2c19ee0eb823054fc9ecc902 (diff) | |
download | qemu-24563a587f964ff16477feab54686ccf617d3570.zip qemu-24563a587f964ff16477feab54686ccf617d3570.tar.gz qemu-24563a587f964ff16477feab54686ccf617d3570.tar.bz2 |
docs: provide documentation on the POWER9 XIVE interrupt controller
This documents the overall XIVE architecture and the XIVE support for
sPAPR guest machines (pseries).
It also provides documentation on the 'info pic' command.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20190521082411.24719-1-clg@kaod.org>
Reviewed-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'docs/specs/index.rst')
-rw-r--r-- | docs/specs/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/specs/index.rst b/docs/specs/index.rst new file mode 100644 index 0000000..2e92751 --- /dev/null +++ b/docs/specs/index.rst @@ -0,0 +1,13 @@ +. This is the top level page for the 'specs' manual + + +QEMU full-system emulation guest hardware specifications +======================================================== + + +Contents: + +.. toctree:: + :maxdepth: 2 + + xive |