On 07/25/2016 11:29 AM, sepanta s wrote: > Hi, > Is there an API in Xen to get the page content of a known gfn ? > I want to calculate the checksum of the content of the page and wanna > see if it > is possible ?
You can map the page with xc_map_foreign_range(), then just inspect the memory as if it's local to your application. Cheers, Razvan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel