1. Are they the support for intel ept? If so, where is the support for amd rvi?
2. I read the intel manual, it says EPT paging is similar to IA-32e mode which has 4 level page. So, if the xen is running under 32bit PAE mode, is the ept paging still 4 levels?
by the way, is dom0 always 32bit pae?
3.EPT is used for GPA->HPA, so is the case of p2m(if I remember correctly), what's the relationship between them? why do we need p2m when we use hap?
4.Can I use ept to control access to some of the guest pages?
Thanks.