On 02.06.2023 02:48, Vikram Garhwal wrote: > Introduce a config option where the user can enable support for > adding/removing > device tree nodes using a device tree binary overlay. > > Update SUPPORT.md and CHANGELOG.md to state the Device Tree Overlays support > for > Arm. > > Signed-off-by: Vikram Garhwal <vikram.garh...@amd.com> > > --- > Changes from v6: > Add CHANGELOG and SUPPORT.md entries. > --- > CHANGELOG.md | 2 ++ > SUPPORT.md | 6 ++++++ > xen/arch/arm/Kconfig | 5 +++++ > 3 files changed, 13 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 5bfd3aa5c0..a137fce576 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -20,6 +20,8 @@ The format is based on [Keep a > Changelog](https://keepachangelog.com/en/1.0.0/) > - Bus-lock detection, used by Xen to mitigate (by rate-limiting) the > system > wide impact of a guest misusing atomic instructions. > - xl/libxl can customize SMBIOS strings for HVM guests. > + - On Arm, support for dynamic addition/removal of Xen device tree nodes > using > + a device tree overlay binary(.dtbo).
May I suggest "..., experimental support ..." here? Jan