Chinaunix首页 | 论坛 | 博客
  • 博客访问: 696507
  • 博文数量: 183
  • 博客积分: 2650
  • 博客等级: 少校
  • 技术积分: 1428
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-22 17:02
文章分类
文章存档

2017年(1)

2015年(46)

2014年(4)

2013年(8)

2012年(2)

2011年(27)

2010年(35)

2009年(60)

发布时间:2015-04-21 17:36:47

http://blog.csdn.net/zhuriyuxiao/article/details/8968781......【阅读全文】

阅读(996) | 评论(0) | 转发(0)

发布时间:2015-04-21 16:50:33

http://server.zdnet.com.cn/server/2010/0618/1781032.shtml......【阅读全文】

阅读(2481) | 评论(0) | 转发(0)

发布时间:2015-04-21 16:33:39

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)&.........【阅读全文】

阅读(688) | 评论(0) | 转发(0)

发布时间:2015-04-21 16:33:01

EPT为了提升虚拟化内存映射的效率而提供的一项技术。打开EPT后,GuestOS运行时,通过页表转化出来的地址不再是真实的物理地址,而是被称作为guest-physical addresses,经过EPT的转化后才成为真实的物理地址。可以使用 $cat  /proc/cpuinfo | grep ept检查硬件是否支持ept机制。如果支持那么kvm会自动的利用.........【阅读全文】

阅读(762) | 评论(0) | 转发(0)

发布时间:2015-04-21 16:28:06

The Definitive KVM (Kernel-based Virtual Machine) API Documentation===================================================================1. General description----------------------The kvm API is a set of ioctls that are issued to control various aspectsof a virtual machine. The ioctls belong t.........【阅读全文】

阅读(1285) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册