diff options
author | Vaibhav Jain <vaibhav@linux.ibm.com> | 2019-08-28 11:27:29 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-01-29 13:30:50 +0300 |
commit | 58b278f568f0509497e2df7310bfd719156a60d1 (patch) | |
tree | c8750848d83a468fc0c81441991245412a25fc02 /Documentation/powerpc/index.rst | |
parent | 9933819099c4600b41a042f27a074470a43cf6b9 (diff) | |
download | linux-58b278f568f0509497e2df7310bfd719156a60d1.tar.xz |
powerpc: Provide initial documentation for PAPR hcalls
This doc patch provides an initial description of the hcall op-codes
that are used by Linux kernel running as a guest (LPAR) on top of
PowerVM or any other sPAPR compliant hyper-visor (e.g qemu).
Apart from documenting the hcalls the doc-patch also provides a
rudimentary overview of how hcall ABI, how they are issued with the
Linux kernel and how information/control flows between the guest and
hypervisor.
Signed-off-by: Vaibhav Jain <vaibhav@linux.ibm.com>
Reviewed-by: Laurent Dufour <ldufour@linux.ibm.com>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Add SPDX tag, add it to index.rst]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190828082729.16695-1-vaibhav@linux.ibm.com
Diffstat (limited to 'Documentation/powerpc/index.rst')
-rw-r--r-- | Documentation/powerpc/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/powerpc/index.rst b/Documentation/powerpc/index.rst index 2df04259db65..0d45f0fc8e57 100644 --- a/Documentation/powerpc/index.rst +++ b/Documentation/powerpc/index.rst @@ -22,6 +22,7 @@ powerpc isa-versions kaslr-booke32 mpc52xx + papr_hcalls pci_iov_resource_on_powernv pmu-ebb ptrace |