Re: [PATCH v8 07/16] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vmtrace

2021-02-01 Thread Roger Pau Monné
On Sat, Jan 30, 2021 at 02:58:43AM +, Andrew Cooper wrote: > We're about to introduce support for Intel Processor Trace, but similar > functionality exists in other platforms. > > Aspects of vmtrace can reasonably can be common, so start with > XEN_SYSCTL_PHYSCAP_vmtrace and plumb the signal f

[PATCH v8 07/16] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vmtrace

2021-01-29 Thread Andrew Cooper
We're about to introduce support for Intel Processor Trace, but similar functionality exists in other platforms. Aspects of vmtrace can reasonably can be common, so start with XEN_SYSCTL_PHYSCAP_vmtrace and plumb the signal from Xen all the way down into `xl info`. Signed-off-by: Andrew Cooper A