Re: [Qemu-devel] [PATCH v4 07/10] trace: [tcg] Include TCG-tracing helpers

2014-05-29 Thread Lluís Vilanova
Richard Henderson writes: > On 05/29/2014 05:23 AM, Lluís Vilanova wrote: >> >> #include "helper.h" >> +#define HELPER_GEN_TRACE_PROXY 1 >> +#include "trace/generated-helpers.h" >> +#undef HELPER_GEN_TRACE_PROXY >> #include "tcg-runtime.h" >> > Continued from patch 5... you don't need the HELPE

Re: [Qemu-devel] [PATCH v4 07/10] trace: [tcg] Include TCG-tracing helpers

2014-05-29 Thread Richard Henderson
On 05/29/2014 05:23 AM, Lluís Vilanova wrote: > > #include "helper.h" > +#define HELPER_GEN_TRACE_PROXY 1 > +#include "trace/generated-helpers.h" > +#undef HELPER_GEN_TRACE_PROXY > #include "tcg-runtime.h" > Continued from patch 5... you don't need the HELPER_GEN_TRACE_PROXY define, just two

[Qemu-devel] [PATCH v4 07/10] trace: [tcg] Include TCG-tracing helpers

2014-05-29 Thread Lluís Vilanova
Signed-off-by: Lluís Vilanova --- include/exec/helper-gen.h |3 +++ include/exec/helper-proto.h |1 + include/exec/helper-tcg.h |1 + 3 files changed, 5 insertions(+) diff --git a/include/exec/helper-gen.h b/include/exec/helper-gen.h index a04a034..ba5a379 100644 --- a/include/ex