Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4140612
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

分类: LINUX

2017-04-19 15:02:41

先查看你的宿主机支持不支持
grep -E '(vmx|svm)' /proc/cpuinfo
如果有返回,就支持
默认安装的vmware虚拟机不支持vt,
右击虚拟机的processor
选中

Virtualized HV is available for virtual hardware version 8 VMs on hosts that support Intel VT-x and EPT or AMD-V and RVI. To enable virtualized HV, select VM->Settings and navigate to the processor settings screen. Check the box next to "Virtualize Intel VT-x/EPT or AMD-V/RVI."  You will see a warning that virtualized HV will make this VM incompatible with other VMware products. In particular, if this VM is moved to an ESXi 5.0 host, virtualized HV will not be available without additional tweaking.

centos安装软件包
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python libvirt-client virt-install virt-viewer bridge-utils
开启libvirtd服务
systemctl start libvirtd
systemctl enable libvirtd
查看kvm是否加载
lsmod | grep kvm
kvm_intel             162153  0
kvm                   525409  1 kvm_intel
安装X Window System package
 yum install "@X Window System" xorg-x11-xauth xorg-x11-fonts-* xorg-x11-utils -y
阅读(1736) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~