qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Memory dirty event
@ 2017-05-25 12:26 ali saeedi
  2017-05-25 13:20 ` Xiao Guangrong
  0 siblings, 1 reply; 3+ messages in thread
From: ali saeedi @ 2017-05-25 12:26 UTC (permalink / raw)
  To: qemu-devel

Hello
How can i receive an event when a page or block is dirtied in qemu code?
thanks a lot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Memory dirty event
  2017-05-25 12:26 [Qemu-devel] Memory dirty event ali saeedi
@ 2017-05-25 13:20 ` Xiao Guangrong
  2017-06-10 12:08   ` ali saeedi
  0 siblings, 1 reply; 3+ messages in thread
From: Xiao Guangrong @ 2017-05-25 13:20 UTC (permalink / raw)
  To: ali saeedi, qemu-devel


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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Memory dirty event
  2017-05-25 13:20 ` Xiao Guangrong
@ 2017-06-10 12:08   ` ali saeedi
  0 siblings, 0 replies; 3+ messages in thread
From: ali saeedi @ 2017-06-10 12:08 UTC (permalink / raw)
  To: qemu-devel

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.xiao@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
>>
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-10 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25 12:26 [Qemu-devel] Memory dirty event ali saeedi
2017-05-25 13:20 ` Xiao Guangrong
2017-06-10 12:08   ` ali saeedi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).