Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
CHANGELOG.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 356be88351a9..c6f1fcf5aeec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- On Arm:
- Support for guest suspend and resume to/from RAM via vPSCI.
Applies only to non-hardware domain guests.
+ - Armv8-r MPU support.
+ - Drop ThumbEE support.
+ - FF-A v1.2 Support.
+
+ - On RISC-V:
+ - SSTC extension support for Xen (not for guest yet)
+ - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux
+ kernel, initrd and allocation related things for domain when device-tree
+ is used.
### Removed
- On x86:
--
2.54.0
On 10-Jul-26 11:45, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> > --- > CHANGELOG.md | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 356be88351a9..c6f1fcf5aeec 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > - On Arm: > - Support for guest suspend and resume to/from RAM via vPSCI. > Applies only to non-hardware domain guests. > + - Armv8-r MPU support. It reads as if we completed the support which we didn't. We are just progressing towards that. Maybe something like "Continued Armv8-R MPU enablement". > + - Drop ThumbEE support. > + - FF-A v1.2 Support. s/Support/support/ to match above. ~Michal > + > + - On RISC-V: > + - SSTC extension support for Xen (not for guest yet) > + - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux > + kernel, initrd and allocation related things for domain when device-tree > + is used. > > ### Removed > - On x86:
On 7/10/26 12:16 PM, Orzel, Michal wrote: > > > On 10-Jul-26 11:45, Oleksii Kurochko wrote: >> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> >> --- >> CHANGELOG.md | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> diff --git a/CHANGELOG.md b/CHANGELOG.md >> index 356be88351a9..c6f1fcf5aeec 100644 >> --- a/CHANGELOG.md >> +++ b/CHANGELOG.md >> @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) >> - On Arm: >> - Support for guest suspend and resume to/from RAM via vPSCI. >> Applies only to non-hardware domain guests. >> + - Armv8-r MPU support. > It reads as if we completed the support which we didn't. We are just progressing > towards that. Maybe something like "Continued Armv8-R MPU enablement". > >> + - Drop ThumbEE support. >> + - FF-A v1.2 Support. > s/Support/support/ to match above. > I will apply all the suggestions. Thanks! ~ Oleksii
On 10.07.2026 11:45, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> > --- > CHANGELOG.md | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 356be88351a9..c6f1fcf5aeec 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > - On Arm: > - Support for guest suspend and resume to/from RAM via vPSCI. > Applies only to non-hardware domain guests. > + - Armv8-r MPU support. > + - Drop ThumbEE support. > + - FF-A v1.2 Support. > + > + - On RISC-V: > + - SSTC extension support for Xen (not for guest yet) > + - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux > + kernel, initrd and allocation related things for domain when device-tree > + is used. The first item maybe (with - nit - a full stop added). The second item I'm having a hard time seeing how it could be relevant to anyone, until guests can actually be created / started in at least a minimalist way. Jan
On 7/10/26 12:07 PM, Jan Beulich wrote: > On 10.07.2026 11:45, Oleksii Kurochko wrote: >> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> >> --- >> CHANGELOG.md | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> diff --git a/CHANGELOG.md b/CHANGELOG.md >> index 356be88351a9..c6f1fcf5aeec 100644 >> --- a/CHANGELOG.md >> +++ b/CHANGELOG.md >> @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) >> - On Arm: >> - Support for guest suspend and resume to/from RAM via vPSCI. >> Applies only to non-hardware domain guests. >> + - Armv8-r MPU support. >> + - Drop ThumbEE support. >> + - FF-A v1.2 Support. >> + >> + - On RISC-V: >> + - SSTC extension support for Xen (not for guest yet) >> + - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux >> + kernel, initrd and allocation related things for domain when device-tree >> + is used. > > The first item maybe (with - nit - a full stop added). I will add it. > The second item I'm > having a hard time seeing how it could be relevant to anyone, until guests > can actually be created / started in at least a minimalist way. It shows that we are progressing on that way to boot guest. Maybe the following rewording of this item would be better: Introduce domain build helpers for device tree-based domains, laying the groundwork for guest boot support. ~ Oleksii
© 2016 - 2026 Red Hat, Inc.