随笔分类 - 虚拟化
-
2018.4.28 kvm虚拟机管理
摘要:创建虚拟机: virt-install --name wj-v1.4.1.0411 --vcpus=2 --memory=2048 --disk path=/home/wj/os/osgwV1.4.1.0411.qcow2,bus=virtio,format=qcow2 --boot=hd --ne 阅读全文
-
2017.4.28 KVM 内存虚拟化及其实现
摘要:概述 KVM(Kernel Virtual Machine) , 作为开源的内核虚拟机,越来越受到 IBM,Redhat,HP,Intel 等各大公司的大力支持,基于 KVM 的开源虚拟化生态系统也日益完善。而实现 KVM 虚拟化,使客户机高效地、安全地使用宿主机的内存资源,就必须实现内存的虚拟化。 阅读全文
浙公网安备 33010602011771号