[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Questions on EPT dump and creation
2011/7/18 Tim Deegan <Tim.Deegan@xxxxxxxxxx> Hi, Hi, Tim Thanks for your reply. Copying the ept table is my first step, next I want to switch between system ept and my own ept smoothly.
Attach is my code of copying ept and switching ept, I wish you could take a look at it. I copied exactly every mapping one by one, but when I dumped the gfn->mfn mapping(I've modified ept_dump_p2m_table to find unequal entry),
there are some strange output like this: (XEN) gfn: 200 Âmfn: 117def Âmy_mfn: 10d600 (XEN) gfn: 400 Âmfn: 117dee Âmy_mfn: 111200 (XEN) gfn: 600 Âmfn: 117ded Âmy_mfn: 111000
(XEN) gfn: 800 Âmfn: 117dec Âmy_mfn: 10de00 ...... (XEN) gfn: 14a00 Âmfn: 1176bb Âmy_mfn: 10800 (XEN) gfn: 14c00 Âmfn: 1176ba Âmy_mfn: 10600 (XEN) gfn: 14e00 Âmfn: 1176b9 Âmy_mfn: 10400
(XEN) gfn: 15000 Âmfn: 1176b8 Âmy_mfn: 10200 ...... (XEN) gfn: 1f600 Âmfn: 117b46 Âmy_mfn: 4200 (XEN) gfn: 1f800 Âmfn: 117b45 Âmy_mfn: 4000 It shouldn't have any unequal entry, I thought...and
Every mismatch has a step of 0x200 until 0x1f800, which really confused me. Â
Attachment:
mycode.c _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |