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
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