On 11/10/25 5:29 PM, Andrew Cooper wrote:
On 26/09/2025 4:47 pm, Oleksii Kurochko wrote:
Signed-off-by: Oleksii Kurochko<[email protected]>
---
Chnages in v2:
- Drop the following items:
- Allow to unflatten DTs.
- Basic kexec support to Mini-OS for running in PVH mode.
---
CHANGELOG.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca1b43b940..0afd2eeb4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
- Debian Trixie added to CI. Debian Bullseye retired from CI for RISC-V due
to the baseline change.
- Linux based device model stubdomains are now fully supported.
+ - Remove libxenctrl usage from xenstored.
This is about libxenmange. I think it wants to say:
- Introduce libxenmanage as a stable library, replacing xenstored's
dependency on unstable libraries.
Otherwise, LGTM.
It is much better, I’ll be glad if this update can be done during the commit.
Thanks!
~ Oleksii