]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
doc, xl.cfg: introduce coloring configuration option
authorLuca Miccio <206497@studenti.unimore.it>
Tue, 26 Nov 2019 18:12:51 +0000 (19:12 +0100)
committerLuca Miccio <206497@studenti.unimore.it>
Mon, 6 Jan 2020 14:07:35 +0000 (15:07 +0100)
The color selection has to be specified in the configuration file of the
virtual machine with the new parameter 'colors'. This parameter
defines the colors to be assigned to that particular VM, expressed as a
list of ranges.
Add documentation for the new 'colors' parameter.

Signed-off-by: Luca Miccio <206497@studenti.unimore.it>
Signed-off-by: Marco Solieri <marco.solieri@unimore.it>
docs/man/xl.cfg.5.pod.in

index 004042be5fb2a8657dded8accbaa39ff56c9c1c3..1ac0d8948973a7fa21ddc1536f4ff6aaa901875e 100644 (file)
@@ -2822,6 +2822,20 @@ Currently, only the "sbsa_uart" model is supported for ARM.
 
 =back
 
+=over 4
+
+=item B<colors=[ "COLORS_RANGE", "COLORS_RANGE", ...]>
+
+Specify the color configuration for the guest. B<COLORS_RANGE> is expressed
+using colors numbers. The range starts always from 0 up to the maximum amount
+of available colors.
+The number of available colors depends on the LLC layout of the specific
+platform and determines the maximum allowed value.  This number can be either
+calculated or read from the output given by the hypervisor during boot, if
+DEBUG logging is enabled.
+
+=back
+
 =head3 x86
 
 =over 4