I use xen-access to trace the paegs which are accessed to be wrtitten but
when I print out the page content immediately after getting the event in
xen-access,
its content is unchanged .
What should I do??
On Sat, Aug 20, 2016 at 5:13 PM, sepanta s wrote:
> Hi,
> How can I check if a page is dirt
Hi,
How can I check if a page is dirty or not in xen source code?
I am debugging the hvm_hap_nested_page_fault function in hvm.c and want to
see when a page fault occurs, see what is written on
the page.
Does the page_mark_dirty makes a page dirty or not?
Regards,