Re: trace_FOO_tcg bit-rotted?

2021-04-27 Thread Vilanova, Lluis
El dv. 23 de 04 de 2021 a les 16:14 +0100, en/na Alex Bennée va escriure: > > > > > > > > > > As Stefan pointed out, this means plugin writers will have to write > > their own TCG tracing code. Hopefully, the plugin API can be > > extended > > to integrate with qemu's logging backend (it seems qem

Re: trace_FOO_tcg bit-rotted?

2021-04-23 Thread Alex Bennée
"Vilanova, Lluis" writes: > El dt. 13 de 04 de 2021 a les 10:25 +0100, en/na Alex Bennée va > escriure: >> Stefan Hajnoczi writes: >> >> > On Mon, Apr 12, 2021 at 08:06:57PM +0100, Alex Bennée wrote: >> > > >> > > Stefan Hajnoczi writes: >> > > >> > > > On Fri, Apr 09, 2021 at 05:29:08PM +

Re: trace_FOO_tcg bit-rotted?

2021-04-23 Thread Vilanova, Lluis
El dt. 13 de 04 de 2021 a les 10:25 +0100, en/na Alex Bennée va escriure: > Stefan Hajnoczi writes: > > > On Mon, Apr 12, 2021 at 08:06:57PM +0100, Alex Bennée wrote: > > > > > > Stefan Hajnoczi writes: > > > > > > > On Fri, Apr 09, 2021 at 05:29:08PM +0100, Alex Bennée wrote: > > > > > > > >

Re: trace_FOO_tcg bit-rotted?

2021-04-13 Thread Alex Bennée
Stefan Hajnoczi writes: > On Mon, Apr 12, 2021 at 08:06:57PM +0100, Alex Bennée wrote: >> >> Stefan Hajnoczi writes: >> >> > On Fri, Apr 09, 2021 at 05:29:08PM +0100, Alex Bennée wrote: >> >> >> >> Laurent Vivier writes: >> >> >> >> > Le 06/04/2021 à 18:00, Alex Bennée a écrit : >> >> >>

Re: trace_FOO_tcg bit-rotted?

2021-04-13 Thread Stefan Hajnoczi
On Mon, Apr 12, 2021 at 08:06:57PM +0100, Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > On Fri, Apr 09, 2021 at 05:29:08PM +0100, Alex Bennée wrote: > >> > >> Laurent Vivier writes: > >> > >> > Le 06/04/2021 à 18:00, Alex Bennée a écrit : > >> >> Hi, > >> >> > >> >> It's been awhile s

Re: trace_FOO_tcg bit-rotted?

2021-04-12 Thread Alex Bennée
Stefan Hajnoczi writes: > On Fri, Apr 09, 2021 at 05:29:08PM +0100, Alex Bennée wrote: >> >> Laurent Vivier writes: >> >> > Le 06/04/2021 à 18:00, Alex Bennée a écrit : >> >> Hi, >> >> >> >> It's been awhile since I last played with this but I think we are >> >> suffering from not having so

Re: trace_FOO_tcg bit-rotted?

2021-04-12 Thread Stefan Hajnoczi
On Fri, Apr 09, 2021 at 05:29:08PM +0100, Alex Bennée wrote: > > Laurent Vivier writes: > > > Le 06/04/2021 à 18:00, Alex Bennée a écrit : > >> Hi, > >> > >> It's been awhile since I last played with this but I think we are > >> suffering from not having some test cases for tracing code > >> ge

Re: trace_FOO_tcg bit-rotted?

2021-04-09 Thread Alex Bennée
Laurent Vivier writes: > Le 06/04/2021 à 18:00, Alex Bennée a écrit : >> Hi, >> >> It's been awhile since I last played with this but I think we are >> suffering from not having some test cases for tracing code >> generation/execution in the tree. I tried adding a simple trace point to >> see

Re: trace_FOO_tcg bit-rotted?

2021-04-07 Thread Laurent Vivier
Le 06/04/2021 à 18:00, Alex Bennée a écrit : > Hi, > > It's been awhile since I last played with this but I think we are > suffering from not having some test cases for tracing code > generation/execution in the tree. I tried adding a simple trace point to > see if I could track ERET calls: > > -

Re: trace_FOO_tcg bit-rotted?

2021-04-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/87eefnwd0l@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 87eefnwd0l@linaro.org Subject: trace_FOO_tcg bit-rotted? === TEST SCRIPT BEGIN === #!/bin/bash git

trace_FOO_tcg bit-rotted?

2021-04-06 Thread Alex Bennée
Hi, It's been awhile since I last played with this but I think we are suffering from not having some test cases for tracing code generation/execution in the tree. I tried adding a simple trace point to see if I could track ERET calls: --8<---cut here---start->8