Re: [PATCH v2 09/11] target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)

2023-08-24 Thread Peter Maydell
On Fri, 11 Aug 2023 at 22:42, Richard Henderson wrote: > > Like FEAT_TRF (Self-hosted Trace Extension), suppress tracing > external to the cpu, which is out of scope for QEMU. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[PATCH v2 09/11] target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)

2023-08-11 Thread Richard Henderson
Like FEAT_TRF (Self-hosted Trace Extension), suppress tracing external to the cpu, which is out of scope for QEMU. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 85c02308e4..43c5ac6456 100644