From: Luca Miccio <206497@studenti.unimore.it> Date: Tue, 26 Nov 2019 16:55:15 +0000 (+0100) Subject: doc, device-tree: introduce 'colors' property X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e1a866b0a51b0f32c924e2daab9629bccbcf8f54;p=people%2Fsstabellini%2Fxen-unstable.git%2F.git doc, device-tree: introduce 'colors' property Dom0less uses device tree for DomUs when booting them without using Dom0. Add a new device tree property 'colors' that specifies the coloring configuration for DomUs when using Dom0less. Signed-off-by: Luca Miccio <206497@studenti.unimore.it> Signed-off-by: Marco Solieri --- diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt index 5243bc7fd3..a1b0ba636e 100644 --- a/docs/misc/arm/device-tree/booting.txt +++ b/docs/misc/arm/device-tree/booting.txt @@ -144,6 +144,9 @@ with the following properties: An integer specifying the number of vcpus to allocate to the guest. +- colors + A 64 bit bitmask specifying the color configuration for the guest. + - vpl011 An empty property to enable/disable a virtual pl011 for the guest to