Re: [Qemu-devel] how to enable trace

2017-03-13 Thread Alex Bennée
oussema ben khedher writes: > i used simple trace back end to trace guest code running in qemu but when i > tried to recompile and disable this trace i have always this problem > undefined reference to `trace_record_write_u64' > thanks for your help It's always worth doing a make clean if you

[Qemu-devel] how to enable trace

2017-03-13 Thread oussema ben khedher
i used simple trace back end to trace guest code running in qemu but when i tried to recompile and disable this trace i have always this problem  undefined reference to `trace_record_write_u64' thanks for your help