On 25/10/2024 10:50 am, Carlo Nonato wrote: > SUPPORT.md | 7 ++ > docs/misc/cache-coloring.rst | 116 ++++++++++++++++++++++++++++++ > docs/misc/xen-command-line.pandoc | 37 ++++++++++ > xen/common/Kconfig | 22 ++++++ > xen/common/Makefile | 1 + > xen/common/keyhandler.c | 3 + > xen/common/llc-coloring.c | 111 ++++++++++++++++++++++++++++ > xen/common/page_alloc.c | 3 + > xen/include/xen/llc-coloring.h | 36 ++++++++++ > xen/include/xen/sched.h | 5 ++ > 10 files changed, 341 insertions(+) > create mode 100644 docs/misc/cache-coloring.rst > create mode 100644 xen/common/llc-coloring.c > create mode 100644 xen/include/xen/llc-coloring.h
I see you've got cache-coloring.rst which is great, but it's not wired into the toctree. We do have real Sphinx docs, https://xenbits.xen.org/docs/latest/ rendered from the tree. For now, feel free to put it in Unsorted Documents. Per the root COPYING file, Sphinx docs are licensed CC-BY-4.0. Please include an SPDX tag, as you don't have one currently (see other rst files for how.) ~Andrew