Re: [Qemu-devel] gen_op_stl_raw_T0_A0 and the softmmu

2009-11-24 Thread Laurent Desnogues
On Tue, Nov 24, 2009 at 7:51 PM, wrote: > > I am working on a project that extends qemu to track the memory accesses. > All the functions in target-i386/ops_mem.h are instrumented. > Logging the reads work fine, the writes give are troublesome. > The code that I am tracking contains a lot of xor

[Qemu-devel] gen_op_stl_raw_T0_A0 and the softmmu

2009-11-24 Thread rvn270
Hello everybody, I am working on a project that extends qemu to track the memory accesses. All the functions in target-i386/ops_mem.h are instrumented. Logging the reads work fine, the writes give are troublesome. The code that I am tracking contains a lot of xor instructions. I have tracked the