From: George Dunlap Date: Mon, 24 Jun 2024 08:31:52 +0000 (+0100) Subject: CHANGELOG: Add entries related to tracing X-Git-Tag: 4.19.0-rc1~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ecadd22a3de8ce7f1799e85af6f1e37c06c57049;p=xen.git CHANGELOG: Add entries related to tracing Signed-off-by: George Dunlap Acked-by: Andrew Cooper Release-Acked-by: Oleksii Kurochko --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c6c7954f..35c3488f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - When building with Systemd support (./configure --enable-systemd), remove libsystemd as a build dependency. Systemd Notify support is retained, now using a standalone library implementation. + - xenalyze no longer requires `--svm-mode` when analyzing traces + generated on AMD CPUs ### Added - On x86: @@ -37,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) compatibility reasons. VMs configured with bootloader="/usr/bin/pygrub" should be updated to just bootloader="pygrub". - The Xen gdbstub on x86. + - xentrace_format has been removed; use xenalyze instead. ## [4.18.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.18.0) - 2023-11-16