Re: [Qemu-devel] Memory dirty event

2017-06-10 Thread ali saeedi
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 wrote: > > No API directly supports your case, but you can do it in KVM by using > page-tr

Re: [Qemu-devel] Memory dirty event

2017-05-25 Thread Xiao Guangrong
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

[Qemu-devel] Memory dirty event

2017-05-25 Thread ali saeedi
Hello How can i receive an event when a page or block is dirtied in qemu code? thanks a lot