From: George Dunlap Date: Thu, 1 Apr 2021 13:30:55 +0000 (+0100) Subject: CHANGELOG.md: Various entries, mostly xenstore X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a98534a856c5a98aa0a73c21dfbe479370aec8c4;p=people%2Fhx242%2Fxen.git CHANGELOG.md: Various entries, mostly xenstore ...grouped by submitters / maintainers Signed-off-by: George Dunlap Reviewed-by: Juergen Gross --- CC: Juergen Gross CC: Jan Beulich CC: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f370737eb..67daeb0c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Factored out HVM-specific shadow code, improving code clarity and reducing the size of PV-only hypervisor builds - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend + - xenstore can now be live-updated on a running system. (Tech preview) - Some additional affordances in various xl subcommands. - Added workarounds for the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522 + - On detecting a host crash, some debug key handlers can automatically triggered to aid in debugging ### Removed / support downgraded