Centos 7 Install KVM
时间:2015-01-10 20:27 来源:linux.it.net.cn 作者:IT
Centos 7 Install KVM,安装教程。http://www.server-world.info/en/note?os=CentOS_7&p=kvm
It’s Virtualization with KVM ( Kernel-based Virtual Machine ) + QEMU.
This requires that the CPU on your computer which has a function Intel VT or AMD-V.
[1]
Install KVM.
[root@dlp ~]#
yum -y install qemu-kvm libvirt virt-install bridge-utils
[root@dlp ~]#
lsmod | grep kvm
# make sure modules are loaded
kvm_intel 138567 0
kvm 441119 1 kvm_intel
[root@dlp ~]#
systemctl start libvirtd
[root@dlp ~]#
systemctl enable libvirtd
[2]
Configure Bridge networking for KVM virtual machine.
(责任编辑:IT)
Centos 7 Install KVM,安装教程。http://www.server-world.info/en/note?os=CentOS_7&p=kvm
(责任编辑:IT) |