A recent change to the documentation for the xl.cfg introduced a build error, fix the issue.
Fixes: b46e8207d0ae ("xen/tools: add sve parameter in XL configuration") Signed-off-by: Luca Fancellu <luca.fance...@arm.com> --- Apologise for the error! I think I was building an old version of the docs and after the clarification from Andrew about refreshing the files with ./configure I was able to reproduce the issue. I didn't put any tag like Reported-by/Suggested-by because I don't know if they can be put here? Anyway I guess it can be done on commit, Andrew reported the issue and Michal was quick enough to suggest the fix before I've started working on it :) --- docs/man/xl.cfg.5.pod.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in index 1b4e13ab647b..3979be2a590a 100644 --- a/docs/man/xl.cfg.5.pod.in +++ b/docs/man/xl.cfg.5.pod.in @@ -2955,6 +2955,8 @@ Currently, only the "sbsa_uart" model is supported for ARM. =back +=over 4 + =item B<sve="vl"> The `sve` parameter enables Arm Scalable Vector Extension (SVE) usage for the -- 2.34.1