Signed-off-by: George Dunlap <[email protected]> Acked-by: Jan Beulich <[email protected]> Release-acked-by: Ian Jackson <[email protected]> --- v2: - Added "x86" specifier
CC: Andrew Cooper <[email protected]> CC: Ian Jackson <[email protected]> CC: Tamas K Lengyel <[email protected]> --- CHANGELOG.md | 1 + SUPPORT.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c407f6bb2f..7f03e85bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - ARM IOREQ servers (device emulation etc.) (Tech Preview) - Renesas IPMMU-VMSA (Supported, not security supported; was Tech Preview) - ARM SMMUv3 (Tech Preview) + - Intel Processor Trace support (Tech Preview) ## Removed / support downgraded diff --git a/SUPPORT.md b/SUPPORT.md index a1efd8fcfd..cd0c09e6a4 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -247,6 +247,13 @@ Export hypervisor coverage data suitable for analysis by gcov or lcov. Status: Supported, Not security supported +### Processor trace support + +Support for using Intel Processor Trace technology to trace guests +from dom0. + + Status, x86: Tech Preview + ## Memory Management ### Dynamic memory control -- 2.30.2
