[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] doc/man: update description for nr_spis with eSPI
commit 34ebe8266839a7b9b6618924b11f9086fddf10e7 Author: Leonid Komarianskyi <Leonid_Komarianskyi@xxxxxxxx> AuthorDate: Tue Sep 9 10:09:35 2025 +0000 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Tue Sep 9 16:32:06 2025 -0700 doc/man: update description for nr_spis with eSPI Since eSPI support has been introduced, update the documentation with the appropriate description. Signed-off-by: Leonid Komarianskyi <leonid_komarianskyi@xxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- docs/man/xl.cfg.5.pod.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in index 3b18bcc095..ad1553c5e9 100644 --- a/docs/man/xl.cfg.5.pod.in +++ b/docs/man/xl.cfg.5.pod.in @@ -3108,11 +3108,14 @@ interval of colors (such as "0-4"). =item B<nr_spis="NR_SPIS"> An optional integer parameter specifying the number of SPIs (Shared -Peripheral Interrupts) to allocate for the domain. Max is 960 SPIs. If -the `nr_spis` parameter is not specified, the value calculated by the toolstack -will be used for the domain. Otherwise, the value specified by the `nr_spis` -parameter will be used. The number of SPIs should match the highest interrupt -ID that will be assigned to the domain. +Peripheral Interrupts) to allocate for the domain. Max is 960 for regular SPIs +or 5088 for eSPIs (Extended SPIs). The eSPIs includes an additional 1024 SPIs +from the eSPI range (4096 to 5119) if the hardware supports extended SPIs +(GICv3.1+) and CONFIG_GICV3_ESPI is enabled. If the `nr_spis` parameter is not +specified, the value calculated by the toolstack will be used for the domain. +Otherwise, the value specified by the `nr_spis` parameter will be used. The +number of SPIs should match the highest interrupt ID that will be assigned to +the domain. =item B<trap_unmapped_accesses=BOOLEAN> -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |