On Sun, Sep 01, 2013 at 11:38:34AM +0200, Thomas Knauth wrote: > My question is where do I have to touch qemu to call my code for > handling SIGSEGVs? Is this possible at all? Can anyone suggest > alternative ways of tracking which pages of pc.ram are accessed?
Maybe you can use the dirty page tracking infrastructure? memory_global_dirty_log_start() Stefan