Hello thanks for your answer Do i code in kernel space for writing this API? Please give me more guide about what should i do to write this API. thanks a lot
On Thu, May 25, 2017 at 5:50 PM, Xiao Guangrong <guangrong.x...@gmail.com> wrote: > > No API directly supports your case, but you can do it in KVM by using > page-track mechanism. > > > > On 05/25/2017 08:26 PM, ali saeedi wrote: > >> Hello >> How can i receive an event when a page or block is dirtied in qemu code? >> thanks a lot >> >>