Message ID | 20210324164407.302062-1-george.dunlap@citrix.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/6] Intel Processor Trace Support: Add CHANGELOG.md and SUPPORT.md entries | expand |
On 24.03.2021 17:44, George Dunlap wrote: > --- 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: Tech Preview While it may not strictly be needed here, perhaps for consistency with other entries Status, x86: Tech Preview ? This minor aspect aside, Acked-by: Jan Beulich <jbeulich@suse.com> Jan
> On Mar 25, 2021, at 7:53 AM, Jan Beulich <jbeulich@suse.com> wrote: > > On 24.03.2021 17:44, George Dunlap wrote: >> --- 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: Tech Preview > > While it may not strictly be needed here, perhaps for consistency with > other entries > > Status, x86: Tech Preview Yes, that sounds good. -George
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..966ddf89c8 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: Tech Preview + ## Memory Management ### Dynamic memory control
Signed-off-by: George Dunlap <george.dunlap@citrix.com> --- CC: Andrew Cooper <andrew.cooper3@citrix.com> CC: Ian Jackson <ian.jackson@citrix.com> CC: Tamas K Lengyel <tamas.lengyel@zentific.com> --- CHANGELOG.md | 1 + SUPPORT.md | 7 +++++++ 2 files changed, 8 insertions(+)