发布时间:2014-01-10 15:10:09
http://blog.csdn.net/zhuriyuxiao/article/details/8814595......【阅读全文】
发布时间:2014-01-10 15:08:28
CPU will use both guest page table and extended page table. The address of EPT is set by the function vmx_set_cr3.[cpp] view plaincopyprint?1753 static void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3)&.........【阅读全文】
发布时间:2014-01-10 15:08:18
EPT为了提升虚拟化内存映射的效率而提供的一项技术。打开EPT后,GuestOS运行时,通过页表转化出来的地址不再是真实的物理地址,而是被称作为guest-physical addresses,经过EPT的转化后才成为真实的物理地址。可以使用 $cat /proc/cpuinfo | grep ept检查硬件是否支持ept机制。如果支持那么kvm会自动的利用.........【阅读全文】
发布时间:2014-01-10 15:07:38
http://blog.csdn.net/zhuriyuxiao/article/details/9032679......【阅读全文】
发布时间:2014-01-10 15:07:18
http://blog.csdn.net/zhuriyuxiao/article/details/9055991......【阅读全文】